Changeset 20422 for branches/version-2_5-dev/data
- Timestamp:
- 2011/02/26 22:43:13 (15 years ago)
- Location:
- branches/version-2_5-dev/data
- Files:
-
- 6 edited
-
Smarty/templates/admin/contents/recommend.tpl (modified) (1 diff)
-
Smarty/templates/admin/customer/edit.tpl (modified) (1 diff)
-
Smarty/templates/admin/customer/edit_confirm.tpl (modified) (1 diff)
-
Smarty/templates/mobile/shopping/payment.tpl (modified) (1 diff)
-
class/pages/admin/products/LC_Page_Admin_Products_Product.php (modified) (1 diff)
-
mtb_constants_init.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/Smarty/templates/admin/contents/recommend.tpl
r20407 r20422 93 93 </div> 94 94 <div class="table-detail"> 95 <div class="detail-name">商品名: <!--{$arrItems[$smarty.section.cnt.iteration].name|h}--></div>95 <div class="detail-name">商品名:<!--{$arrItems[$smarty.section.cnt.iteration].name|h}--></div> 96 96 <div class="detail-form"> 97 97 <form name="form<!--{$smarty.section.cnt.iteration}-->" id="form<!--{$smarty.section.cnt.iteration}-->" method="post" action="?"> -
branches/version-2_5-dev/data/Smarty/templates/admin/customer/edit.tpl
r20407 r20422 207 207 <td> 208 208 <span class="attention"><!--{$arrErr.reminder}--><!--{$arrErr.reminder_answer}--></span> 209 質問: 209 質問: 210 210 <select class="top" name="reminder" <!--{if $arrErr.reminder != ""}--><!--{sfSetErrorStyle}--><!--{/if}--> > 211 211 <option value="" selected="selected">選択してください</option> 212 212 <!--{html_options options=$arrReminder selected=$arrForm.reminder}--> 213 213 </select><br /> 214 答え: 214 答え: 215 215 <input type="text" name="reminder_answer" value="<!--{$arrForm.reminder_answer|h}-->" size="30" class="box30" <!--{if $arrErr.reminder_answer != ""}--><!--{sfSetErrorStyle}--><!--{/if}--> /> 216 216 </td> -
branches/version-2_5-dev/data/Smarty/templates/admin/customer/edit_confirm.tpl
r20407 r20422 119 119 <th>パスワードを忘れたときのヒント<span class="attention"> *</span></th> 120 120 <td> 121 質問: <!--{$arrReminder[$arrForm.reminder]|h}--><br />122 答え: <!--{$arrForm.reminder_answer|h}-->121 質問:<!--{$arrReminder[$arrForm.reminder]|h}--><br /> 122 答え:<!--{$arrForm.reminder_answer|h}--> 123 123 </td> 124 124 </tr> -
branches/version-2_5-dev/data/Smarty/templates/mobile/shopping/payment.tpl
r20328 r20422 90 90 <!--{$name01|h}--> <!--{$name02|h}-->様の、現在の所持ポイントは「<!--{$tpl_user_point|number_format|default:0}-->Pt」です。<br> 91 91 <br> 92 今回ご購入合計金額: <!--{$arrPrices.subtotal|number_format}-->円<br>92 今回ご購入合計金額:<!--{$arrPrices.subtotal|number_format}-->円<br> 93 93 (送料、手数料を含みません。)<br> 94 94 <br> -
branches/version-2_5-dev/data/class/pages/admin/products/LC_Page_Admin_Products_Product.php
r20386 r20422 719 719 * 画像ファイルの削除可否判定用。 720 720 * 同名ファイルの登録がある場合には画像ファイルの削除を行わない。 721 * 戻り値: 同名ファイル有り(true) 同名ファイル無し(false)721 * 戻り値:同名ファイル有り(true) 同名ファイル無し(false) 722 722 * 723 723 * @param string $product_id 商品ID -
branches/version-2_5-dev/data/mtb_constants_init.php
r20246 r20422 595 595 /** CSV入出力列設定読み書きフラグ: キー列 */ 596 596 define('CSV_COLUMN_RW_FLG_KEY_FIELD', 3); 597 /** 無制限フラグ: 無制限 */597 /** 無制限フラグ:無制限 */ 598 598 define('UNLIMITED_FLG_UNLIMITED', "1"); 599 /** 無制限フラグ: 制限有り */599 /** 無制限フラグ:制限有り */ 600 600 define('UNLIMITED_FLG_LIMITED', "0"); 601 601 /** EC-CUBE更新情報取得 (true:取得する false:取得しない) */
Note: See TracChangeset
for help on using the changeset viewer.
