bug 3100: increase width of alternate postal code
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>
This commit is contained in:
parent
248e0392e2
commit
764136b463
1 changed files with 1 additions and 1 deletions
|
@ -508,7 +508,7 @@
|
|||
<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>
|
||||
|
|
Loading…
Reference in a new issue