[geeklog-cvs] Geeklog-1.x/plugins/links/templates/admin categoryeditor.thtml, 1.4, 1.5

Dirk Haun dhaun at qs1489.pair.com
Tue Jan 1 12:51:56 EST 2008


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

Modified Files:
	categoryeditor.thtml 
Log Message:
'cid' and 'pid' need to be 32 characters (for backward compatibility)


Index: categoryeditor.thtml
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/links/templates/admin/categoryeditor.thtml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** categoryeditor.thtml	31 Dec 2007 12:27:09 -0000	1.4
--- categoryeditor.thtml	1 Jan 2008 17:51:54 -0000	1.5
***************
*** 9,21 ****
              <tr>
                  <td align="right">{lang_category}</td>
!                 <td><input type="text" name="category" size="50" maxlength="32" VALUE="{category_value}"{xhtml}></td>
              </tr>
              <tr>
                  <td align="right">{lang_cid}</td>
!                 <td><input type="text" name="cid" size="50" maxlength="32" VALUE="{cid_value}"{xhtml}></td>
              </tr>
              <tr>
                  <td align="right">{lang_description}</td>
!                 <td><input type="text" name="description" size="50" maxlength="255" VALUE="{description_value}"{xhtml}></td>
              </tr>
              <tr>
--- 9,21 ----
              <tr>
                  <td align="right">{lang_category}</td>
!                 <td><input type="text" name="category" size="32" maxlength="32" value="{category_value}"{xhtml}></td>
              </tr>
              <tr>
                  <td align="right">{lang_cid}</td>
!                 <td><input type="text" name="cid" size="32" maxlength="32" value="{cid_value}"{xhtml}></td>
              </tr>
              <tr>
                  <td align="right">{lang_description}</td>
!                 <td><input type="text" name="description" size="50" maxlength="255" value="{description_value}"{xhtml}></td>
              </tr>
              <tr>




More information about the geeklog-cvs mailing list