Changeset 18764 for branches/version-2_5-dev/data/Smarty
- Timestamp:
- 2010/07/27 00:08:03 (16 years ago)
- Location:
- branches/version-2_5-dev/data/Smarty/templates/default
- Files:
-
- 3 edited
-
admin/basis/index.tpl (modified) (1 diff)
-
footer.tpl (modified) (1 diff)
-
mobile/footer.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/Smarty/templates/default/admin/basis/index.tpl
r18700 r18764 59 59 <input type="text" name="shop_kana" value="<!--{$arrForm.shop_kana|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" size="60" class="box60" style="<!--{if $arrErr.shop_kana != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" /> 60 60 <span class="attention"> (上限<!--{$smarty.const.STEXT_LEN}-->文字)</span> 61 </td> 62 </tr> 63 <tr> 64 <th>店名(英語表記)</th> 65 <td> 66 <span class="attention"><!--{$arrErr.shop_name_eng}--></span> 67 <input type="text" name="shop_name_eng" value="<!--{$arrForm.shop_name_eng|escape}-->" maxlength="<!--{$smarty.const.MTEXT_LEN}-->" size="60" class="box60" style="<!--{if $arrErr.shop_name_eng != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" /> 68 <span class="attention"> (上限<!--{$smarty.const.MTEXT_LEN}-->文字)</span> 61 69 </td> 62 70 </tr> -
branches/version-2_5-dev/data/Smarty/templates/default/footer.tpl
r18700 r18764 22 22 <!--▼FOTTER--> 23 23 <div id="pagetop" style="clear: both;"><a href="#top"><img src="<!--{$TPL_DIR}-->img/common/pagetop.gif" width="100" height="10" alt="このページのTOPへ" /></a></div> 24 <div id="fotter">Copyright (C)2000-2010 EC-CUBEAll rights reserved.</div>24 <div id="fotter">Copyright©2000-<!--{$smarty.now|date_format:"%Y"}--> <!--{$arrSiteInfo.shop_name_eng|escape}--> All rights reserved.</div> 25 25 <!--▲FOTTER--> -
branches/version-2_5-dev/data/Smarty/templates/default/mobile/footer.tpl
r18700 r18764 22 22 */ 23 23 *}--> 24 <center> LOCKON CO.,LTD.</center>24 <center><font size="-2">Copyright © <!--{$smarty.now|date_format:"%Y"}--> <!--{$arrSiteInfo.shop_name|escape}--> All rights reserved.</font></center>
Note: See TracChangeset
for help on using the changeset viewer.
