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

Dirk Haun dhaun at qs1489.pair.com
Sun May 11 18:03:27 EDT 2008


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

Modified Files:
	topiceditor.thtml 
Log Message:
Hard-code text direction for <input type="file"> (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.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** topiceditor.thtml	8 Mar 2008 15:19:51 -0000	1.10
--- topiceditor.thtml	11 May 2008 22:03:25 -0000	1.11
***************
*** 23,27 ****
                                      <tr>
                                          <td class="alignright">{lang_uploadimage}:</td>
!                                         <td><input type="file" name="newicon"{xhtml}> ({lang_maxsize} {icon_dimensions})</td>
                                      </tr>
                                      <tr>
--- 23,27 ----
                                      <tr>
                                          <td class="alignright">{lang_uploadimage}:</td>
!                                         <td><input type="file" dir="ltr" name="newicon"{xhtml}> ({lang_maxsize} {icon_dimensions})</td>
                                      </tr>
                                      <tr>




More information about the geeklog-cvs mailing list