bug 2450: expanded size of cardnumber input field
Expanded the size of the cardnumber input field to 20 instead of 10. This allows the full 14-digit barcode to be viewed at a glance without having to scroll. Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
parent
19a745d8cc
commit
1396a91b2b
1 changed files with 1 additions and 1 deletions
|
@ -644,7 +644,7 @@
|
|||
<label for="cardnumber">
|
||||
<!-- /TMPL_IF-->
|
||||
Card number: </label>
|
||||
<input type="text" id="cardnumber" name="cardnumber" size="10" value="<!-- TMPL_VAR NAME="cardnumber" -->" />
|
||||
<input type="text" id="cardnumber" name="cardnumber" size="20" value="<!-- TMPL_VAR NAME="cardnumber" -->" />
|
||||
<!-- TMPL_IF NAME="mandatorycardnumber" --><span class="required">Required</span><!-- /TMPL_IF --></li>
|
||||
<li>
|
||||
<!-- TMPL_IF NAME="mandatorybranchcode" -->
|
||||
|
|
Loading…
Reference in a new issue