koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/parameters branches.


From: Owen Leonard
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/parameters branches.tmpl,1.1,1.2
Date: Tue, 24 Feb 2004 08:41:25 -0800

Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/parameters
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23736/koha-tmpl/intranet-tmpl/npl/en/parameters

Modified Files:
        branches.tmpl 
Log Message:
Changing branchcode input field to maxlength=4 to reflect size limit of MySQL 
field.

Index: branches.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/parameters/branches.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** branches.tmpl       19 Feb 2004 19:14:35 -0000      1.1
--- branches.tmpl       24 Feb 2004 16:41:14 -0000      1.2
***************
*** 16,20 ****
                                <!-- TMPL_VAR name="branchcode" -->
                        <!-- TMPL_ELSE -->
!                               <input type="text" name="branchcode" size="5" 
maxlength="5" value="<!-- TMPL_VAR name="branchcode" escape="HTML" -->" />
                        <!-- /TMPL_IF -->
                </td>
--- 16,20 ----
                                <!-- TMPL_VAR name="branchcode" -->
                        <!-- TMPL_ELSE -->
!                               <input type="text" name="branchcode" size="4" 
maxlength="4" value="<!-- TMPL_VAR name="branchcode" escape="HTML" -->" />
                        <!-- /TMPL_IF -->
                </td>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]