[geeklog-cvs] Geeklog-1.x/plugins/staticpages/templates/admin editor.thtml, 1.20, 1.21 editor_advanced.thtml, 1.12, 1.13

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


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

Modified Files:
	editor.thtml editor_advanced.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: editor_advanced.thtml
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/staticpages/templates/admin/editor_advanced.thtml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** editor_advanced.thtml	3 May 2008 15:09:13 -0000	1.12
--- editor_advanced.thtml	12 May 2008 08:27:17 -0000	1.13
***************
*** 48,52 ****
            <tr>
              <td align="right">{lang_id}:</td>
!             <td><input type="text" name="sp_id" size="40" maxlength="40" value="{sp_id}"{xhtml}></td>
            </tr>
            <tr>
--- 48,52 ----
            <tr>
              <td align="right">{lang_id}:</td>
!             <td><input type="text" dir="ltr" name="sp_id" size="40" maxlength="40" value="{sp_id}"{xhtml}></td>
            </tr>
            <tr>

Index: editor.thtml
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/staticpages/templates/admin/editor.thtml,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** editor.thtml	3 May 2008 15:09:13 -0000	1.20
--- editor.thtml	12 May 2008 08:27:17 -0000	1.21
***************
*** 34,38 ****
            <tr>
              <td align="right">{lang_id}:</td>
!             <td><input type="text" name="sp_id" size="40" maxlength="40" value="{sp_id}"{xhtml}></td>
            </tr>
            <tr>
--- 34,38 ----
            <tr>
              <td align="right">{lang_id}:</td>
!             <td><input type="text" dir="ltr" name="sp_id" size="40" maxlength="40" value="{sp_id}"{xhtml}></td>
            </tr>
            <tr>




More information about the geeklog-cvs mailing list