[geeklog-cvs] Geeklog-1.x/plugins/links/templates submitlink.thtml, 1.6, 1.7

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


Update of /cvsroot/geeklog/Geeklog-1.x/plugins/links/templates
In directory qs1489.pair.com:/tmp/cvs-serv19691/plugins/links/templates

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


Index: submitlink.thtml
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/links/templates/submitlink.thtml,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** submitlink.thtml	25 Nov 2007 06:56:34 -0000	1.6
--- submitlink.thtml	7 Jun 2008 16:06:45 -0000	1.7
***************
*** 7,11 ****
                                      <tr>
                                          <td align="right"><b>{lang_link}:</b></td>
!                                         <td><input type="text" size="48" maxlength="{max_url_length}" name="url" value="http://"{xhtml}></td>
                                      </tr>
                                      <tr>
--- 7,11 ----
                                      <tr>
                                          <td align="right"><b>{lang_link}:</b></td>
!                                         <td><input type="text" dir="ltr" size="48" maxlength="{max_url_length}" name="url" value="http://"{xhtml}></td>
                                      </tr>
                                      <tr>




More information about the geeklog-cvs mailing list