Changeset 22736 for branches/version-2_13-dev/data/Smarty/templates/admin
- Timestamp:
- 2013/03/15 19:12:17 (14 years ago)
- Location:
- branches/version-2_13-dev
- Files:
-
- 7 edited
- 1 copied
-
. (modified) (1 prop)
-
data/Smarty/templates/admin/basis/index.tpl (modified) (1 diff)
-
data/Smarty/templates/admin/basis/subnavi.tpl (modified) (1 diff)
-
data/Smarty/templates/admin/basis/tax.tpl (copied) (copied from branches/camp/camp-2_13-tax/data/Smarty/templates/admin/basis/tax.tpl)
-
data/Smarty/templates/admin/products/confirm.tpl (modified) (1 diff)
-
data/Smarty/templates/admin/products/product.tpl (modified) (1 diff)
-
data/Smarty/templates/admin/products/product_class.tpl (modified) (2 diffs)
-
data/Smarty/templates/admin/products/product_class_confirm.tpl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev
-
branches/version-2_13-dev/data/Smarty/templates/admin/basis/index.tpl
r22477 r22736 276 276 <table id="basis-index-func"> 277 277 <tr> 278 <th>消費税率<span class="attention"> *</span></th>279 <td>280 <span class="attention"><!--{$arrErr.tax}--></span>281 <input type="text" name="tax" value="<!--{$arrForm.tax|h}-->" maxlength="<!--{$smarty.const.PERCENTAGE_LEN}-->" size="6" class="box6" style="<!--{if $arrErr.tax != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" /> %282 </td>283 </tr>284 <tr>285 <th>課税規則<span class="attention"> *</span></th>286 <td>287 <span class="attention"><!--{$arrErr.tax_rule}--></span>288 <!--{html_radios name="tax_rule" options=$arrTAXRULE selected=$arrForm.tax_rule}-->289 </td>290 </tr>291 <tr>292 278 <th>送料無料条件</th> 293 279 <td> -
branches/version-2_13-dev/data/Smarty/templates/admin/basis/subnavi.tpl
r22206 r22736 34 34 <li<!--{if $tpl_subno == 'zip_install'}--> class="on"<!--{/if}--> id="navi-basis-zip"><a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->basis/zip_install.php"><span>郵便番号DB登録</span></a></li> 35 35 <li<!--{if $tpl_subno == 'holiday'}--> class="on"<!--{/if}--> id="navi-basis-holiday"><a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->basis/holiday.php"><span>定休日管理</span></a></li> 36 <li<!--{if $tpl_subno == 'tax'}--> class="on"<!--{/if}--> id="navi-basis-tax"><a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->basis/tax.php"><span>税金管理</span></a></li> 36 37 </ul> -
branches/version-2_13-dev/data/Smarty/templates/admin/products/confirm.tpl
r22571 r22736 123 123 </tr> 124 124 <tr> 125 <th>消費税率</th> 126 <td> 127 <!--{if strlen($arrForm.tax_rate) >= 1}--><!--{$arrForm.tax_rate|h}--> %<!--{/if}--> 128 </td> 129 </tr> 130 <tr> 125 131 <th>在庫数</th> 126 132 <td> -
branches/version-2_13-dev/data/Smarty/templates/admin/products/product.tpl
r22618 r22736 199 199 </tr> 200 200 <tr> 201 <th>消費税率<span class="attention"> *</span></th> 202 <td> 203 <span class="attention"><!--{$arrErr.tax_rate}--></span> 204 <input type="text" name="tax_rate" value="<!--{$arrForm.tax_rate|h}-->" size="6" class="box6" maxlength="<!--{$smarty.const.PERCENTAGE_LEN}-->" style="<!--{if $arrErr.tax_rate != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->"/>% 205 <span class="attention">(半角数字で入力)</span> 206 </td> 207 </tr> 208 <tr> 201 209 <th>在庫数<span class="attention"> *</span></th> 202 210 <td> -
branches/version-2_13-dev/data/Smarty/templates/admin/products/product_class.tpl
r22571 r22736 201 201 <th><!--{$smarty.const.NORMAL_PRICE_TITLE}-->(円)</th> 202 202 <th><!--{$smarty.const.SALE_PRICE_TITLE}-->(円)<span class="attention">*</span></th> 203 <th>消費税率(%)<span class="attention">*</span></th> 203 204 <th>商品種別<span class="attention">*</span></th> 204 205 <th>ダウンロード<br />ファイル名<span class="red"><br />上限<!--{$smarty.const.STEXT_LEN}-->文字</span></th> … … 270 271 <!--{/if}--> 271 272 <input type="text" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]|h}-->" size="6" class="box6" maxlength="<!--{$arrForm[$key].length}-->" <!--{if $arrErr[$key][$index] != ""}--><!--{sfSetErrorStyle}--><!--{/if}--> id="<!--{$key}-->_<!--{$index}-->" /> 273 </td> 274 <td class="center"> 275 <!--{assign var=key value="tax_rate"}--> 276 <!--{if $arrErr[$key][$index]}--> 277 <span class="attention"><!--{$arrErr[$key][$index]}--></span> 278 <!--{/if}--> 279 <input type="text" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]|h}-->" size="6" class="box6" maxlength="<!--{$arrForm[$key].length}-->" <!--{if $arrErr[$key][$index] != ""}--><!--{sfSetErrorStyle}--><!--{/if}--> id="<!--{$key}-->_<!--{$index}-->" /> 272 280 </td> 273 281 <td class="class-product-type"> -
branches/version-2_13-dev/data/Smarty/templates/admin/products/product_class_confirm.tpl
r22206 r22736 64 64 <th><!--{$smarty.const.NORMAL_PRICE_TITLE}-->(円)</th> 65 65 <th><!--{$smarty.const.SALE_PRICE_TITLE}-->(円)</th> 66 <th>消費税率(%)</th> 66 67 <th>商品種別</th> 67 68 <th>ダウンロードファイル名</th> … … 91 92 <td class="right"><!--{$arrForm[$key].value[$index]|h}--></td> 92 93 <!--{assign var=key value="price02"}--> 94 <td class="right"><!--{$arrForm[$key].value[$index]|h}--></td> 95 <!--{assign var=key value="tax_rate"}--> 93 96 <td class="right"><!--{$arrForm[$key].value[$index]|h}--></td> 94 97 <!--{assign var=key value="product_type_id"}-->
Note: See TracChangeset
for help on using the changeset viewer.
