- Timestamp:
- 2008/06/22 00:00:51 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/comu-ver2/data/Smarty/templates/default/admin/customer/edit.tpl
r17351 r17365 190 190 <td> 191 191 <span class="attention"><!--{$arrErr.password}--></span> 192 <input type="password" name="password" value="<!--{$list_data.password|escape}-->" size="30" class="box30" <!--{if $arrErr.password != ""}--><!--{sfSetErrorStyle}--><!--{/if}--> /> 半角英数小文字4 ?10文字(記号不可)192 <input type="password" name="password" value="<!--{$list_data.password|escape}-->" size="30" class="box30" <!--{if $arrErr.password != ""}--><!--{sfSetErrorStyle}--><!--{/if}--> /> 半角英数小文字4~10文字(記号不可) 193 193 </td> 194 194 </tr> … … 242 242 243 243 <h2>購入履歴一覧</h2> 244 244 <p><span class="attention"><!--購入履歴一覧--><!--{$tpl_linemax}-->件</span> が該当しました。</p> 245 245 246 246 <!--{include file=$tpl_pager}-->
Note: See TracChangeset
for help on using the changeset viewer.