Ignore:
Timestamp:
2013/03/30 10:27:23 (11 years ago)
Author:
Seasoft
Message:

#2214 (テンプレート上の文字数・数値制限が正しくない箇所がある)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/Smarty/templates/sphone/products/detail.tpl

    r22574 r22775  
    280280                            <dt>数量</dt> 
    281281                            <dd> 
    282                                 <input type="number" name="quantity" class="quantitybox" value="<!--{$arrForm.quantity.value|default:1|h}-->" max="<!--{$smarty.const.INT_LEN}-->" style="<!--{$arrErr.quantity|sfGetErrorColor}-->" /> 
     282                                <input type="number" name="quantity" class="quantitybox" value="<!--{$arrForm.quantity.value|default:1|h}-->" max="<!--{9|str_repeat:$smarty.const.INT_LEN}-->" style="<!--{$arrErr.quantity|sfGetErrorColor}-->" /> 
    283283                                <!--{if $arrErr.quantity != ""}--> 
    284284                                    <br /><span class="attention"><!--{$arrErr.quantity}--></span> 
Note: See TracChangeset for help on using the changeset viewer.