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

Dirk Haun dhaun at qs1489.pair.com
Mon May 12 04:27:19 EDT 2008


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

Modified Files:
	linkeditor.thtml 
Log Message:
Hard-coded the text direction for some ID field (sid, tid, etc.) - basically everything that's run through COM_sanitizeID (for bug #0000150)


Index: linkeditor.thtml
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/links/templates/admin/linkeditor.thtml,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** linkeditor.thtml	12 Apr 2008 19:51:15 -0000	1.11
--- linkeditor.thtml	12 May 2008 08:27:17 -0000	1.12
***************
*** 15,19 ****
                                              <td align="right">{lang_linkid}:</td>
                                              <td>
!                                                 <input type="text" size="40" maxlength="40" name="lid" value="{link_id}"{xhtml}>
                                              </td>
                                          </tr>
--- 15,19 ----
                                              <td align="right">{lang_linkid}:</td>
                                              <td>
!                                                 <input type="text" dir="ltr" size="40" maxlength="40" name="lid" value="{link_id}"{xhtml}>
                                              </td>
                                          </tr>




More information about the geeklog-cvs mailing list