[geeklog-cvs] geeklog-1.3/plugins/staticpages/templates/admin editor.thtml,1.10,1.11

dhaun at geeklog.net dhaun at geeklog.net
Sun Jan 11 16:23:09 EST 2004


Update of /usr/cvs/geeklog/geeklog-1.3/plugins/staticpages/templates/admin
In directory geeklog_prod:/tmp/cvs-serv17290/plugins/staticpages/templates/admin

Modified Files:
	editor.thtml 
Log Message:
Allow up to 40 characters for the static page's id (now that it is freely editable).


Index: editor.thtml
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/plugins/staticpages/templates/admin/editor.thtml,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** editor.thtml	2 Jan 2004 22:08:59 -0000	1.10
--- editor.thtml	11 Jan 2004 21:23:07 -0000	1.11
***************
*** 26,30 ****
            <tr>
              <td align="right">{lang_id}:</td>
!             <td><input type="text" name="sp_id" size="20" maxlength="20" value="{sp_id}"></td>
            </tr>
            <tr>
--- 26,30 ----
            <tr>
              <td align="right">{lang_id}:</td>
!             <td><input type="text" name="sp_id" size="40" maxlength="40" value="{sp_id}"></td>
            </tr>
            <tr>





More information about the geeklog-cvs mailing list