Changing branchcode input field to maxlength=4 to reflect size limit of MySQL field.
authoroleonard <oleonard>
Tue, 24 Feb 2004 16:41:14 +0000 (16:41 +0000)
committeroleonard <oleonard>
Tue, 24 Feb 2004 16:41:14 +0000 (16:41 +0000)
koha-tmpl/intranet-tmpl/npl/en/parameters/branches.tmpl

index 447f868..608f295 100644 (file)
@@ -15,7 +15,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="4" maxlength="4" value="<!-- TMPL_VAR name="branchcode" escape="HTML" -->" />
                        <!-- /TMPL_IF -->
                </td>
        </tr>