[geeklog-cvs] geeklog-1.3/public_html/layout/Classic/admin/link linkeditor.thtml,1.4,1.5

dhaun at geeklog.net dhaun at geeklog.net
Sat Jan 24 16:53:01 EST 2004


Update of /usr/cvs/geeklog/geeklog-1.3/public_html/layout/Classic/admin/link
In directory geeklog_prod:/tmp/cvs-serv18923/Classic/admin/link

Modified Files:
	linkeditor.thtml 
Log Message:
Use {max_url_length} template variable.


Index: linkeditor.thtml
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/public_html/layout/Classic/admin/link/linkeditor.thtml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** linkeditor.thtml	4 May 2002 14:54:23 -0000	1.4
--- linkeditor.thtml	24 Jan 2004 21:52:59 -0000	1.5
***************
*** 10,14 ****
                                              <td align="right">{lang_linkurl}:</td>
                                              <td>
!                                                 <input type="text" size="48" maxlength="96" name="url" value="{link_url}"> {lang_includehttp}
                                              </td>
                                          </tr>
--- 10,14 ----
                                              <td align="right">{lang_linkurl}:</td>
                                              <td>
!                                                 <input type="text" size="48" maxlength="{max_url_length}" name="url" value="{link_url}"> {lang_includehttp}
                                              </td>
                                          </tr>





More information about the geeklog-cvs mailing list