Changeset 21405 for branches/version-2_11-dev/data/Smarty
- Timestamp:
- 2012/01/17 16:21:07 (15 years ago)
- Location:
- branches/version-2_11-dev/data/Smarty/templates
- Files:
-
- 5 edited
- 2 copied
-
admin/order/disp.tpl (modified) (1 diff)
-
admin/order/edit.tpl (modified) (1 diff)
-
admin/products/confirm.tpl (modified) (1 diff)
-
admin/products/product.tpl (modified) (1 diff)
-
mobile/mypage/history.tpl (modified) (1 diff)
-
sphone/mypage/error.tpl (copied) (copied from branches/version-2_11-dev/data/Smarty/templates/sphone/mypage/error.tpl)
-
sphone/mypage/mail_view.tpl (copied) (copied from branches/version-2_11-dev/data/Smarty/templates/sphone/mypage/mail_view.tpl)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_11-dev/data/Smarty/templates/admin/order/disp.tpl
r21355 r21405 106 106 </tr> 107 107 <tr> 108 <th> 端末種別</th>108 <th>アクセス端末</th> 109 109 <td><!--{$arrDeviceType[$arrForm.device_type_id.value]|h}--></td> 110 110 </tr> -
branches/version-2_11-dev/data/Smarty/templates/admin/order/edit.tpl
r21355 r21405 235 235 </tr> 236 236 <tr> 237 <th> 端末種別</th>237 <th>アクセス端末</th> 238 238 <td><!--{$arrDeviceType[$arrForm.device_type_id.value]|h}--></td> 239 239 </tr> -
branches/version-2_11-dev/data/Smarty/templates/admin/products/confirm.tpl
r21352 r21405 148 148 </tr> 149 149 <tr> 150 <th> 販売制限数</th>150 <th>購入制限</th> 151 151 <td> 152 152 <!--{$arrForm.sale_limit|default:'無制限'|h}--> -
branches/version-2_11-dev/data/Smarty/templates/admin/products/product.tpl
r21352 r21405 223 223 </tr> 224 224 <tr> 225 <th> 販売制限数</th>225 <th>購入制限</th> 226 226 <td> 227 227 <span class="attention"><!--{$arrErr.sale_limit}--></span> -
branches/version-2_11-dev/data/Smarty/templates/mobile/mypage/history.tpl
r21354 r21405 46 46 <!--{if $orderDetail.product_type_id == $smarty.const.PRODUCT_TYPE_DOWNLOAD}--> 47 47 <!--{if $orderDetail.is_downloadable}--> 48 <!--{if $isAU == false}-->49 48 <a target="_self" href="<!--{$smarty.const.ROOT_URLPATH}-->mypage/download.php?order_id=<!--{$tpl_arrOrderData.order_id}-->&product_id=<!--{$orderDetail.product_id}-->&product_class_id=<!--{$orderDetail.product_class_id}-->">ダウンロード</a><br> 50 <!--{else}-->51 <object data="<!--{$smarty.const.ROOT_URLPATH}-->mypage/download.php?order_id=<!--{$tpl_arrOrderData.order_id}-->&product_id=<!--{$orderDetail.product_id}-->&product_class_id=<!--{$orderDetail.product_class_id}-->&PHPSESSID=<!--{$phpsessid}-->" copyright="no" standby="ダウンロード" type="<!--{$orderDetail.mime_type}-->">52 <param name="title" value="<!--{$orderDetail.down_filename}-->" valuetype="data">53 </object><br>54 <!--{/if}-->55 49 <!--{else}--> 56 50 <!--{if $orderDetail.payment_date == "" && $orderDetail.effective == "0"}-->
Note: See TracChangeset
for help on using the changeset viewer.
