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

Owen Leonard oleonard at users.sourceforge.net
Tue Feb 24 17:41:25 CET 2004


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>





More information about the Koha-cvs mailing list