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

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/Smooth_Blue/admin/link
In directory geeklog_prod:/tmp/cvs-serv18923/Smooth_Blue/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/Smooth_Blue/admin/link/linkeditor.thtml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** linkeditor.thtml	18 Aug 2002 18:07:31 -0000	1.3
--- linkeditor.thtml	24 Jan 2004 21:52:59 -0000	1.4
***************
*** 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