[geeklog-cvs] Geeklog-1.x/public_html/layout/professional/preferences userphoto.thtml, 1.5, 1.6

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/preferences
In directory qs1489.pair.com:/tmp/cvs-serv57098/public_html/layout/professional/preferences

Modified Files:
	userphoto.thtml 
Log Message:
Hard-code text direction for <input type="file"> (for bug #0000150)


Index: userphoto.thtml
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/preferences/userphoto.thtml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** userphoto.thtml	25 Nov 2007 06:59:34 -0000	1.5
--- userphoto.thtml	11 May 2008 22:03:25 -0000	1.6
***************
*** 1,4 ****
             <tr>
                  <td style="width:100px;"><label for="photo">{lang_userphoto}:</label></td>
!                 <td><input type="file" id="photo" name="photo" size="30"{xhtml}><br{xhtml}>{display_photo}</td>
             </tr>
--- 1,4 ----
             <tr>
                  <td style="width:100px;"><label for="photo">{lang_userphoto}:</label></td>
!                 <td><input type="file" dir="ltr" id="photo" name="photo" size="30"{xhtml}><br{xhtml}>{display_photo}</td>
             </tr>




More information about the geeklog-cvs mailing list