[geeklog-cvs] Geeklog-1.x/public_html/layout/professional/admin/topic topiceditor.thtml, 1.11, 1.12

Dirk Haun dhaun at qs1489.pair.com
Mon May 12 04:27:19 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/admin/topic
In directory qs1489.pair.com:/tmp/cvs-serv86860/public_html/layout/professional/admin/topic

Modified Files:
	topiceditor.thtml 
Log Message:
Hard-coded the text direction for some ID field (sid, tid, etc.) - basically everything that's run through COM_sanitizeID (for bug #0000150)


Index: topiceditor.thtml
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/admin/topic/topiceditor.thtml,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** topiceditor.thtml	11 May 2008 22:03:25 -0000	1.11
--- topiceditor.thtml	12 May 2008 08:27:17 -0000	1.12
***************
*** 3,7 ****
                                      <tr>
                                          <td class="alignright">{lang_topicid}:</td>
!                                         <td><input type="text" size="20" maxlength="20" name="tid" value="{topic_id}"{xhtml}> {lang_donotusespaces}</td>
                                      </tr>
                                      <tr>
--- 3,7 ----
                                      <tr>
                                          <td class="alignright">{lang_topicid}:</td>
!                                         <td><input type="text" dir="ltr" size="20" maxlength="20" name="tid" value="{topic_id}"{xhtml}> {lang_donotusespaces}</td>
                                      </tr>
                                      <tr>




More information about the geeklog-cvs mailing list