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

Dirk Haun dhaun at qs1489.pair.com
Sat Jun 7 12:06:48 EDT 2008


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

Modified Files:
	topiceditor.thtml 
Log Message:
Hard-coded all URL input fields to dir="ltr"


Index: topiceditor.thtml
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/admin/topic/topiceditor.thtml,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** topiceditor.thtml	18 May 2008 16:58:51 -0000	1.13
--- topiceditor.thtml	7 Jun 2008 16:06:46 -0000	1.14
***************
*** 19,23 ****
                                      <tr>
                                          <td class="alignright">{lang_topicimage}:</td>
!                                         <td><input type="text" size="48" maxlength="{max_url_length}" name="imageurl" value="{image_url}"{xhtml}></td>
                                      </tr>
                                      <tr>
--- 19,23 ----
                                      <tr>
                                          <td class="alignright">{lang_topicimage}:</td>
!                                         <td><input type="text" dir="ltr" size="48" maxlength="{max_url_length}" name="imageurl" value="{image_url}"{xhtml}></td>
                                      </tr>
                                      <tr>




More information about the geeklog-cvs mailing list