bug 3100: increase width of alternate postal code
authorGalen Charlton <galen.charlton@liblime.com>
Thu, 9 Apr 2009 15:31:45 +0000 (10:31 -0500)
committerGalen Charlton <galen.charlton@liblime.com>
Sat, 18 Apr 2009 14:34:08 +0000 (09:34 -0500)
The alternative postal code input on the patron
editing form was only permitted 5 characters of
input.  Increase this to 10 to match the
primary zipcode.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tmpl

index b8b4f2f..f18e0a2 100644 (file)
                                        <label for="B_zipcode">
                                <!-- /TMPL_IF-->
                                Zipcode: </label>
-                               <input type="text" id="B_zipcode" name="B_zipcode" maxlength="5" size="5" value="<!-- TMPL_VAR NAME="B_zipcode" -->" />
+                               <input type="text" id="B_zipcode" name="B_zipcode" maxlength="10" size="10" value="<!-- TMPL_VAR NAME="B_zipcode" -->" />
          <!-- TMPL_IF NAME="mandatoryB_zipcode" --><span class="required">Required</span><!-- /TMPL_IF -->
                        </li>
             <li>