[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/admin bran... [rel_3_0]

Antoine Farnault antoine at koha-fr.org
Mon Oct 16 12:09:03 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Antoine Farnault <toins>	06/10/16 10:09:03

Modified files:
	koha-tmpl/intranet-tmpl/prog/en/admin: branches.tmpl 

Log message:
	Enable 10 chars for branchcode.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/admin/branches.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.3&r2=1.3.2.1

Patches:
Index: branches.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/admin/branches.tmpl,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -b -r1.3 -r1.3.2.1
--- branches.tmpl	12 Jun 2006 09:38:52 -0000	1.3
+++ branches.tmpl	16 Oct 2006 10:09:03 -0000	1.3.2.1
@@ -19,7 +19,7 @@
 				<input type="hidden" name="branchcode" value="<!-- TMPL_VAR name="branchcode" escape="HTML" -->" />
 				<!-- TMPL_VAR name="branchcode" -->
 			<!-- TMPL_ELSE -->
-				<input type="text" name="branchcode" size="5" maxlength="5" value="<!-- TMPL_VAR name="branchcode" escape="HTML" -->" />
+				<input type="text" name="branchcode" size="10" maxlength="10" value="<!-- TMPL_VAR name="branchcode" escape="HTML" -->" />
 			<!-- /TMPL_IF -->
 		</td>
 	</tr>





More information about the Koha-cvs mailing list