[geeklog-cvs] Geeklog-1.x/plugins/links/templates/admin linkeditor.thtml, 1.13, 1.14

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/admin
In directory qs1489.pair.com:/tmp/cvs-serv19691/plugins/links/templates/admin

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


Index: linkeditor.thtml
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/links/templates/admin/linkeditor.thtml,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** linkeditor.thtml	18 May 2008 13:55:40 -0000	1.13
--- linkeditor.thtml	7 Jun 2008 16:06:45 -0000	1.14
***************
*** 21,25 ****
                                              <td align="right">{lang_linkurl}:</td>
                                              <td>
!                                                 <input type="text" size="48" maxlength="{max_url_length}" name="url" value="{link_url}"{xhtml}> {lang_includehttp}
                                              </td>
                                          </tr>
--- 21,25 ----
                                              <td align="right">{lang_linkurl}:</td>
                                              <td>
!                                                 <input type="text" dir="ltr" size="48" maxlength="{max_url_length}" name="url" value="{link_url}"{xhtml}> {lang_includehttp}
                                              </td>
                                          </tr>




More information about the geeklog-cvs mailing list