- Timestamp:
- 2012/02/18 23:28:42 (15 years ago)
- Location:
- branches/version-2_12-dev/data/Smarty/templates/admin/order
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/Smarty/templates/admin/order/disp.tpl
r21419 r21535 112 112 <!--▲お客様情報ここまで--> 113 113 114 <!--▼受注商品情報ここから--> 114 <!--▼受注商品情報ここから--> 115 115 <h2>受注商品情報</h2> 116 116 <table class="list"> … … 185 185 <!--{/if}--> 186 186 </table> 187 <!--▼お届け先情報ここから--> 187 <!--▼お届け先情報ここから--> 188 188 <h2>お届け先情報</h2> 189 189 <!--{if $arrForm.product_type_id.value[0] != $smarty.const.PRODUCT_TYPE_DOWNLOAD}--> -
branches/version-2_12-dev/data/Smarty/templates/admin/order/index.tpl
r21343 r21535 92 92 <span class="attention"><!--{$arrErr[$key2]}--></span> 93 93 <input type="text" name="<!--{$key1}-->" value="<!--{$arrForm[$key1].value|h}-->" maxlength="<!--{$arrForm[$key1].length}-->" style="<!--{$arrErr[$key1]|sfGetErrorColor}-->" size="6" class="box6" /> 94 ~ 94 ~ 95 95 <input type="text" name="<!--{$key2}-->" value="<!--{$arrForm[$key2].value|h}-->" maxlength="<!--{$arrForm[$key2].length}-->" style="<!--{$arrErr[$key2]|sfGetErrorColor}-->" size="6" class="box6" /> 96 96 </td> … … 250 250 <span class="attention"><!--{$arrErr[$key2]}--></span> 251 251 <input type="text" name="<!--{$key1}-->" value="<!--{$arrForm[$key1].value|h}-->" maxlength="<!--{$arrForm[$key1].length}-->" style="<!--{$arrErr[$key1]|sfGetErrorColor}-->" size="6" class="box6" /> 252 円 ~ 252 円 ~ 253 253 <input type="text" name="<!--{$key2}-->" value="<!--{$arrForm[$key2].value|h}-->" maxlength="<!--{$arrForm[$key2].length}-->" style="<!--{$arrErr[$key2]|sfGetErrorColor}-->" size="6" class="box6" /> 254 254 円 -
branches/version-2_12-dev/data/Smarty/templates/admin/order/product_select.tpl
r21343 r21535 185 185 <td class="center"> 186 186 <img src="<!--{$smarty.const.ROOT_URLPATH}-->resize_image.php?image=<!--{$arrProducts[cnt].main_list_image|sfNoImageMainList|h}-->&width=65&height=65" alt="<!--{$arrRecommend[$recommend_no].name|h}-->" /> 187 </td> 187 </td> 188 188 <td> 189 189 <!--{assign var=codemin value=`$arrProducts[cnt].product_code_min`}-->
Note: See TracChangeset
for help on using the changeset viewer.
