- Timestamp:
- 2013/05/02 18:11:36 (13 years ago)
- Location:
- branches/version-2_12-dev/data/Smarty/templates/admin/order
- Files:
-
- 6 edited
-
disp.tpl (modified) (2 diffs)
-
edit.tpl (modified) (14 diffs)
-
index.tpl (modified) (1 diff)
-
pdf_input.tpl (modified) (1 diff)
-
product_select.tpl (modified) (7 diffs)
-
status.tpl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/Smarty/templates/admin/order/disp.tpl
r22218 r22796 141 141 <!--{assign var=price value=`$arrForm.price.value[$product_index]`}--> 142 142 <!--{assign var=quantity value=`$arrForm.quantity.value[$product_index]`}--> 143 <!--{assign var=tax_rate value=`$arrForm.tax_rate.value[$product_index]`}--> 144 <!--{assign var=tax_rule value=`$arrForm.tax_rule.value[$product_index]`}--> 145 <td class="right"><!--{$price|sfCalcIncTax:$tax_rate:$tax_rule|number_format}--> 円(税率<!--{$tax_rate|number_format}-->%)</td> 146 <td class="right"><!--{$price|sfCalcIncTax:$tax_rate:$tax_rule|sfMultiply:$quantity|number_format}-->円</td> 143 <td class="right"><!--{$price|sfCalcIncTax|number_format}--> 円</td> 144 <td class="right"><!--{$price|sfCalcIncTax|sfMultiply:$quantity|number_format}-->円</td> 147 145 </tr> 148 146 <!--{/section}--> … … 221 219 <td class="right"> 222 220 <!--{assign var=key value="shipment_price"}--> 223 <!--{$arrShipping[$key][$item_index]|sfCalcIncTax :$arrForm.order_tax_rate.value:$arrForm.order_tax_rule.value|number_format}-->円221 <!--{$arrShipping[$key][$item_index]|sfCalcIncTax|number_format}-->円 224 222 </td> 225 223 <td class="right"> -
branches/version-2_12-dev/data/Smarty/templates/admin/order/edit.tpl
r22571 r22796 39 39 var shipping_data = $('input[name^=shipping_name01]').attr('name'); 40 40 var shipping_slt = shipping_data.split("shipping_name01"); 41 41 42 42 var shipping_key = "[0]"; 43 43 if(shipping_slt.length > 1) { … … 82 82 } 83 83 84 $(document).ready(function() {85 if(<!--{$arrForm.shipping_quantity.value}--> > 1){86 $("input[name^='quantity[']").attr("disabled","disabled");87 }88 });89 90 84 //--> 91 85 </script> … … 98 92 <input type="hidden" id="add_product_id" name="add_product_id" value="" /> 99 93 <input type="hidden" id="add_product_class_id" name="add_product_class_id" value="" /> 100 <input type="hidden" id="select_shipping_id" name="select_shipping_id" value="" />101 94 <input type="hidden" id="edit_product_id" name="edit_product_id" value="" /> 102 95 <input type="hidden" id="edit_product_class_id" name="edit_product_class_id" value="" /> … … 120 113 <tr> 121 114 <th>帳票出力</th> 122 <td><a class="btn-normal" href="javascript:;" onclick="win02('pdf.php?order_id=<!--{$arrForm.order_id.value|h}-->','pdf _input','615','650'); return false;">帳票出力</a></td>115 <td><a class="btn-normal" href="javascript:;" onclick="win02('pdf.php?order_id=<!--{$arrForm.order_id.value|h}-->','pdf','615','650'); return false;">帳票出力</a></td> 123 116 </tr> 124 117 <!--{/if}--> … … 281 274 受注商品情報 282 275 <a class="btn-normal" href="javascript:;" name="recalculate" onclick="fnModeSubmit('recalculate','anchor_key','order_products');">計算結果の確認</a> 283 <!--{if $arrForm.shipping_quantity.value <= 1}--> 284 <a class="btn-normal" href="javascript:;" name="add_product" onclick="win03('<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->order/product_select.php?order_id=<!--{$arrForm.order_id.value|h}-->&shipping_id=<!--{$top_shipping_id}-->', 'search', '615', '500'); return false;">商品の追加</a> 285 <!--{/if}--> 276 <a class="btn-normal" href="javascript:;" name="add_product" onclick="win03('<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->order/product_select.php?order_id=<!--{$arrForm.order_id.value|h}-->', 'search', '615', '500'); return false;">商品の追加</a> 286 277 </h2> 287 278 … … 290 281 <!--{/if}--> 291 282 292 <table class="list order-edit-products">283 <table class="list" id="order-edit-products"> 293 284 <tr> 294 285 <th class="id">商品コード</th> … … 312 303 <input type="hidden" name="classcategory_name2[<!--{$product_index}-->]" value="<!--{$arrForm.classcategory_name2.value[$product_index]|h}-->" id="classcategory_name2_<!--{$product_index}-->" /> 313 304 <br /> 314 <!--{if $arrForm.shipping_quantity.value <= 1}--> 315 <a class="btn-normal" href="javascript:;" name="change" onclick="win03('<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->order/product_select.php?no=<!--{$product_index}-->&order_id=<!--{$arrForm.order_id.value|h}-->&shipping_id=<!--{$top_shipping_id}-->', 'search', '615', '500'); return false;">変更</a> 316 <!--{if count($arrForm.quantity.value) > 1}--> 317 <a class="btn-normal" href="javascript:;" name="delete" onclick="fnSetFormVal('form1', 'delete_no', <!--{$product_index}-->); fnSetFormVal('form1', 'select_shipping_id', '<!--{$top_shipping_id}-->'); fnModeSubmit('delete_product','anchor_key','order_products'); return false;">削除</a> 318 <!--{/if}--> 305 <a class="btn-normal" href="javascript:;" name="change" onclick="win03('<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->order/product_select.php?no=<!--{$product_index}-->&order_id=<!--{$arrForm.order_id.value|h}-->', 'search', '615', '500'); return false;">変更</a> 306 <!--{if count($arrForm.quantity.value) > 1}--> 307 <a class="btn-normal" href="javascript:;" name="delete" onclick="fnSetFormVal('form1', 'delete_no', <!--{$product_index}-->); fnModeSubmit('delete_product','anchor_key','order_products'); return false;">削除</a> 319 308 <!--{/if}--> 320 309 <input type="hidden" name="product_type_id[<!--{$product_index}-->]" value="<!--{$arrForm.product_type_id.value[$product_index]|h}-->" id="product_type_id_<!--{$product_index}-->" /> … … 322 311 <input type="hidden" name="product_class_id[<!--{$product_index}-->]" value="<!--{$arrForm.product_class_id.value[$product_index]|h}-->" id="product_class_id_<!--{$product_index}-->" /> 323 312 <input type="hidden" name="point_rate[<!--{$product_index}-->]" value="<!--{$arrForm.point_rate.value[$product_index]|h}-->" id="point_rate_<!--{$product_index}-->" /> 324 <input type="hidden" name="tax_rate[<!--{$product_index}-->]" value="<!--{$arrForm.tax_rate.value[$product_index]|h}-->" id="tax_rate_<!--{$product_index}-->" />325 <input type="hidden" name="tax_rule[<!--{$product_index}-->]" value="<!--{$arrForm.tax_rule.value[$product_index]|h}-->" id="tax_rule_<!--{$product_index}-->" />326 313 </td> 327 314 <td align="center"> … … 337 324 <!--{assign var=price value=`$arrForm.price.value[$product_index]`}--> 338 325 <!--{assign var=quantity value=`$arrForm.quantity.value[$product_index]`}--> 339 <!--{assign var=tax_rate value=`$arrForm.tax_rate.value[$product_index]`}--> 340 <!--{assign var=tax_rule value=`$arrForm.tax_rule.value[$product_index]`}--> 341 <td class="right"><!--{$price|sfCalcIncTax:$tax_rate:$tax_rule|number_format}--> 円(税率<!--{$tax_rate|number_format}-->%)</td> 342 <td class="right"><!--{$price|sfCalcIncTax:$tax_rate:$tax_rule|sfMultiply:$quantity|number_format}-->円</td> 326 <td class="right"><!--{$price|sfCalcIncTax|number_format}--> 円</td> 327 <td class="right"><!--{$price|sfCalcIncTax|sfMultiply:$quantity|number_format}-->円</td> 343 328 </tr> 344 329 <!--{/section}--> … … 403 388 <th colspan="5" class="column right">お誕生日ポイント</th> 404 389 <td class="right"> 405 <!--{assign var=key value="birth_point"}-->406 <input type="hidden" name="<!--{$key}-->" value="<!--{$arrForm[$key].value|h}-->"/>407 390 <!--{$arrForm.birth_point.value|number_format}--> 408 391 pt … … 440 423 <input type="hidden" name="<!--{$key}-->[<!--{$shipping_index}-->]" value="<!--{$arrShipping[$key]|default:"0"|h}-->" id="<!--{$key}-->_<!--{$shipping_index}-->" /> 441 424 <!--{if $arrForm.shipping_quantity.value > 1}--> 442 <h2>届け先商品情報 <a class="btn-normal" href="javascript:;" name="add_product" onclick="win03('<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->order/product_select.php?order_id=<!--{$arrForm.order_id.value|h}-->&shipping_id=<!--{$shipping_index}-->', 'search', '615', '500'); return false;">商品の追加</a>443 </h2>444 425 <!--{assign var=product_quantity value="shipping_product_quantity"}--> 445 426 <input type="hidden" name="<!--{$product_quantity}-->[<!--{$shipping_index}-->]" value="<!--{$arrShipping[$product_quantity]|h}-->" /> 446 427 447 428 <!--{if count($arrShipping.shipment_product_class_id) > 0}--> 448 <table class="list order-edit-products">429 <table class="list" id="order-edit-products"> 449 430 <tr> 450 431 <th class="id">商品コード</th> … … 472 453 <input type="hidden" name="<!--{$key3}-->[<!--{$shipping_index}-->][<!--{$item_index}-->]" value="<!--{$arrShipping[$key3][$item_index]|h}-->" /> 473 454 <!--{$arrShipping[$key1][$item_index]|h}-->/<!--{$arrShipping[$key2][$item_index]|default:"(なし)"|h}-->/<!--{$arrShipping[$key3][$item_index]|default:"(なし)"|h}--> 474 <br />475 <a class="btn-normal" href="javascript:;" name="change" onclick="win03('<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->order/product_select.php?no=<!--{$item_index}-->&order_id=<!--{$arrForm.order_id.value|h}-->&shipping_id=<!--{$shipping_index}-->', 'search', '615', '500'); return false;">変更</a>476 <!--{if count($arrForm.quantity.value) > 1}-->477 <a class="btn-normal" href="javascript:;" name="delete" onclick="fnSetFormVal('form1', 'delete_no', <!--{$item_index}-->);fnSetFormVal('form1', 'select_shipping_id', <!--{$shipping_index}-->); fnModeSubmit('delete_product','anchor_key','order_products'); return false;">削除</a>478 <!--{/if}-->479 455 </td> 480 456 <td class="right"> 481 457 <!--{assign var=key value="shipment_price"}--> 482 <!--{$arrShipping[$key][$item_index]|sfCalcIncTax :$arrForm.order_tax_rate.value:$arrForm.order_tax_rule.value|number_format}-->円458 <!--{$arrShipping[$key][$item_index]|sfCalcIncTax|number_format}-->円 483 459 <input type="hidden" name="<!--{$key}-->[<!--{$shipping_index}-->][<!--{$item_index}-->]" value="<!--{$arrShipping[$key][$item_index]|h}-->" /> 484 460 </td> 485 461 <td class="right"> 486 462 <!--{assign var=key value="shipment_quantity"}--> 487 < span class="attention"><!--{$arrErr[$key][$shipping_index][$item_index]}--></span>488 <input type=" text" name="<!--{$key}-->[<!--{$shipping_index}-->][<!--{$item_index}-->]" value="<!--{$arrShipping[$key][$item_index]|h}-->" size="3" class="box3" maxlength="<!--{$arrForm[$key].length}-->" />463 <!--{$arrShipping[$key][$item_index]|h}--> 464 <input type="hidden" name="<!--{$key}-->[<!--{$shipping_index}-->][<!--{$item_index}-->]" value="<!--{$arrShipping[$key][$item_index]|h}-->" /> 489 465 </td> 490 466 </tr> … … 492 468 </table> 493 469 <!--{/if}--> 494 <!--{else}-->495 <!-- 配送先が1つでも、shipment_itemを更新するために必要 -->496 <!--{assign var=product_quantity value="shipping_product_quantity"}-->497 <input type="hidden" name="<!--{$product_quantity}-->[<!--{$shipping_index}-->]" value="<!--{$arrShipping[$product_quantity]|h}-->" />498 <!--{section name=item loop=$arrShipping.shipment_product_class_id|@count}-->499 <!--{assign var=item_index value="`$smarty.section.item.index`"}-->500 <!--{assign var=key value="shipment_product_class_id"}-->501 <input type="hidden" name="<!--{$key}-->[<!--{$shipping_index}-->][<!--{$item_index}-->]" value="<!--{$arrShipping[$key][$item_index]|h}-->" />502 <!--{assign var=key value="shipment_product_code"}-->503 <input type="hidden" name="<!--{$key}-->[<!--{$shipping_index}-->][<!--{$item_index}-->]" value="<!--{$arrShipping[$key][$item_index]|h}-->" />504 <!--{assign var=key1 value="shipment_product_name"}-->505 <!--{assign var=key2 value="shipment_classcategory_name1"}-->506 <!--{assign var=key3 value="shipment_classcategory_name2"}-->507 <input type="hidden" name="<!--{$key1}-->[<!--{$shipping_index}-->][<!--{$item_index}-->]" value="<!--{$arrShipping[$key1][$item_index]|h}-->" />508 <input type="hidden" name="<!--{$key2}-->[<!--{$shipping_index}-->][<!--{$item_index}-->]" value="<!--{$arrShipping[$key2][$item_index]|h}-->" />509 <input type="hidden" name="<!--{$key3}-->[<!--{$shipping_index}-->][<!--{$item_index}-->]" value="<!--{$arrShipping[$key3][$item_index]|h}-->" />510 <!--{assign var=key value="shipment_price"}-->511 <input type="hidden" name="<!--{$key}-->[<!--{$shipping_index}-->][<!--{$item_index}-->]" value="<!--{$arrShipping[$key][$item_index]|h}-->" />512 <!--{assign var=key value="shipment_quantity"}-->513 <input type="hidden" name="<!--{$key}-->[<!--{$shipping_index}-->][<!--{$item_index}-->]" value="<!--{$arrShipping[$key][$item_index]|h}-->" />514 <!--{/section}-->515 470 <!--{/if}--> 516 471 … … 595 550 <span class="attention"><!--{$arrErr[$key][$shipping_index]}--></span> 596 551 <select name="<!--{$key}-->[<!--{$shipping_index}-->]" style="<!--{$arrErr[$key][$shipping_index]|sfGetErrorColor}-->"> 597 <option value="" >指定無し</option>552 <option value="" selected="0">指定無し</option> 598 553 <!--{html_options options=$arrDelivTime selected=$arrShipping[$key]}--> 599 554 </select> -
branches/version-2_12-dev/data/Smarty/templates/admin/order/index.tpl
r22572 r22796 390 390 <td class="center"><!--{$arrORDERSTATUS[$status]}--></td> 391 391 <td class="center"> 392 <input type="checkbox" name="pdf_order_id[]" value="<!--{$arrResults[cnt].order_id}-->" id="pdf_order_id_<!--{$arrResults[cnt].order_id}-->"/><label for="pdf_order_id_<!--{$arrResults[cnt].order_id}-->">一括出力</label><br />393 <a href="./" on click="win02('pdf.php?order_id=<!--{$arrResults[cnt].order_id}-->','pdf_input','620','650'); return false;"><span class="icon_class">個別出力</span></a>392 <input type="checkbox" name="pdf_order_id[]" value="<!--{$arrResults[cnt].order_id}-->" id="pdf_order_id_<!--{$arrResults[cnt].order_id}-->"/><label for="pdf_order_id_<!--{$arrResults[cnt].order_id}-->">一括出力</label><br> 393 <a href="./" onClick="win02('pdf.php?order_id=<!--{$arrResults[cnt].order_id}-->','pdf_input','620','650'); return false;"><span class="icon_class">個別出力</span></a> 394 394 </td> 395 395 <td class="center"><a href="?" onclick="fnChangeAction('<!--{$smarty.const.ADMIN_ORDER_EDIT_URLPATH}-->'); fnModeSubmit('pre_edit', 'order_id', '<!--{$arrResults[cnt].order_id}-->'); return false;"><span class="icon_edit">編集</span></a></td> 396 396 <td class="center"> 397 397 <!--{if $arrResults[cnt].order_email|strlen >= 1}--> 398 <input type="checkbox" name="mail_order_id[]" value="<!--{$arrResults[cnt].order_id}-->" id="mail_order_id_<!--{$arrResults[cnt].order_id}-->"/><label for="mail_order_id_<!--{$arrResults[cnt].order_id}-->">一括通知</label><br />398 <input type="checkbox" name="mail_order_id[]" value="<!--{$arrResults[cnt].order_id}-->" id="mail_order_id_<!--{$arrResults[cnt].order_id}-->"/><label for="mail_order_id_<!--{$arrResults[cnt].order_id}-->">一括通知</label><br> 399 399 <a href="?" onclick="fnChangeAction('<!--{$smarty.const.ADMIN_ORDER_MAIL_URLPATH}-->'); fnModeSubmit('pre_edit', 'order_id', '<!--{$arrResults[cnt].order_id}-->'); return false;"><span class="icon_mail">個別通知</span></a> 400 400 <!--{/if}--> 401 401 </td> 402 <td class="center"><a href="?" onclick="fnModeSubmit('delete ', 'order_id', <!--{$arrResults[cnt].order_id}-->); return false;"><span class="icon_delete">削除</span></a></td>402 <td class="center"><a href="?" onclick="fnModeSubmit('delete_order', 'order_id', <!--{$arrResults[cnt].order_id}-->); return false;"><span class="icon_delete">削除</span></a></td> 403 403 </tr> 404 404 <!--{/section}--> -
branches/version-2_12-dev/data/Smarty/templates/admin/order/pdf_input.tpl
r22571 r22796 42 42 <input type="hidden" name="mode" value="confirm" /> 43 43 <!--{foreach from=$arrForm.order_id item=order_id}--> 44 <input type="hidden" name="order_id[]" value="<!--{$order_id|h}-->" />44 <input type="hidden" name="order_id[]" value="<!--{$order_id|h}-->"> 45 45 <!--{/foreach}--> 46 46 -
branches/version-2_12-dev/data/Smarty/templates/admin/order/product_select.tpl
r22571 r22796 37 37 var class1_id = document.getElementById(class1).value; 38 38 var class2_id = document.getElementById(class2).value; 39 40 39 var product_class_id = document.getElementById("product_class_id" + product_id).value; 41 40 var opner_product_id = 'add_product_id'; 42 41 var opner_product_class_id = 'add_product_class_id'; 43 42 var tpl_no = '<!--{$tpl_no}-->'; 44 var shipping_id = '<!--{$shipping_id}-->';45 43 46 44 if (tpl_no != '') { … … 49 47 fm1.getElementById("no").value = escape('<!--{$tpl_no}-->'); 50 48 } 51 if (shipping_id != '') {52 fm1.getElementById("select_shipping_id").value = escape('<!--{$shipping_id}-->');53 }54 49 if (document.getElementById(class1).type == 'select-one' && class1_id == '__unselected') { 55 50 err_text = class_name1 + "を選択してください。\n"; … … 58 53 err_text = err_text + class_name2 + "を選択してください。\n"; 59 54 } 60 61 if(!class1_id){62 err_text = productsClassCategories[product_id]['__unselected2']['#0']['stock_find'] ? '' : '只今品切れ中です';63 }else if(class1_id && !class2_id){64 err_text = productsClassCategories[product_id][class1_id]['#0']['stock_find'] ? '' : '只今品切れ中です';65 }else{66 err_text = productsClassCategories[product_id][class1_id]['#' + class2_id]['stock_find'] ? '' : '只今品切れ中です';67 }68 69 55 if (err_text != '') { 70 56 alert(err_text); … … 140 126 <input name="anchor_key" type="hidden" value="" /> 141 127 <input name="search_pageno" type="hidden" value="" /> 142 <input name="shipping_id" type="hidden" value="<!--{$shipping_id}-->" />143 128 <input name="no" type="hidden" value="<!--{$tpl_no|h}-->" /> 144 129 <table class="form"> … … 191 176 <!--{assign var=id value=$arrProducts[cnt].product_id}--> 192 177 <form name="product_form<!--{$id|h}-->" action="?" onsubmit="return false;"> 178 <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 193 179 <!--▼商品<!--{$smarty.section.cnt.iteration}-->--> 194 180 <!--{assign var=status value="`$arrProducts[cnt].status`"}--> … … 198 184 </td> 199 185 <td> 200 <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />201 186 <!--{assign var=codemin value=`$arrProducts[cnt].product_code_min`}--> 202 187 <!--{assign var=codemax value=`$arrProducts[cnt].product_code_max`}--> … … 209 194 </td> 210 195 <td> 211 <!--{$arrProducts[cnt].name|h}--> 212 <!--{assign var=class1 value=classcategory_id`$id`_1}--> 213 <!--{assign var=class2 value=classcategory_id`$id`_2}--> 214 <!--{if $tpl_classcat_find1[$id]}--> 215 <dl> 216 <dt><!--{$tpl_class_name1[$id]|h}-->:</dt> 217 <dd> 218 <select name="classcategory_id1" id="<!--{$class1}-->" style="<!--{$arrErr[$class1]|sfGetErrorColor}-->" onchange="fnSetClassCategories(this.form);"> 219 <!--{html_options options=$arrClassCat1[$id] selected=$arrForm[$class1]}--> 220 </select> 221 <!--{if $arrErr[$class1] != ""}--> 222 <br /><span class="attention">※ <!--{$tpl_class_name1[$id]}-->を入力して下さい。</span> 223 <!--{/if}--> 224 </dd> 225 </dl> 226 <!--{else}--> 227 <input type="hidden" name="<!--{$class1}-->" id="<!--{$class1}-->" value="" /> 228 <!--{/if}--> 229 230 <!--{if $tpl_classcat_find2[$id]}--> 231 <dl> 232 <dt><!--{$tpl_class_name2[$id]|h}-->:</dt> 233 <dd> 234 <select name="classcategory_id2" id="<!--{$class2}-->" style="<!--{$arrErr[$class2]|sfGetErrorColor}-->" onchange="fnCheckStock(this.form);"></select> 235 <!--{if $arrErr[$class2] != ""}--> 236 <br /><span class="attention">※ <!--{$tpl_class_name2[$id]}-->を入力して下さい。</span> 237 <!--{/if}--> 238 </dd> 239 </dl> 240 <!--{else}--> 241 <input type="hidden" name="<!--{$class2}-->" id="<!--{$class2}-->" value="" /> 242 <!--{/if}--> 243 <!--{if !$tpl_stock_find[$id]}--> 244 <div class="attention">只今品切れ中です。</div> 245 <!--{/if}--> 246 <input type="hidden" name="product_id" value="<!--{$id|h}-->" /> 247 <input type="hidden" name="product_class_id<!--{$id|h}-->" id="product_class_id<!--{$id|h}-->" value="<!--{$tpl_product_class_id[$id]}-->" /> 248 <input type="hidden" name="product_type" id="product_type<!--{$id|h}-->" value="<!--{$tpl_product_type[$id]}-->" /> 196 <!--{$arrProducts[cnt].name|h}--> 197 198 <!--{assign var=class1 value=classcategory_id`$id`_1}--> 199 <!--{assign var=class2 value=classcategory_id`$id`_2}--> 200 <!--{if $tpl_classcat_find1[$id]}--> 201 <dl> 202 <dt><!--{$tpl_class_name1[$id]|h}-->:</dt> 203 <dd> 204 <select name="classcategory_id1" id="<!--{$class1}-->" style="<!--{$arrErr[$class1]|sfGetErrorColor}-->" onchange="fnSetClassCategories(this.form);"> 205 <!--{html_options options=$arrClassCat1[$id] selected=$arrForm[$class1]}--> 206 </select> 207 <!--{if $arrErr[$class1] != ""}--> 208 <br /><span class="attention">※ <!--{$tpl_class_name1[$id]}-->を入力して下さい。</span> 209 <!--{/if}--> 210 </dd> 211 </dl> 212 <!--{else}--> 213 <input type="hidden" name="<!--{$class1}-->" id="<!--{$class1}-->" value="" /> 214 <!--{/if}--> 215 216 <!--{if $tpl_classcat_find2[$id]}--> 217 <dl> 218 <dt><!--{$tpl_class_name2[$id]|h}-->:</dt> 219 <dd> 220 <select name="classcategory_id2" id="<!--{$class2}-->" style="<!--{$arrErr[$class2]|sfGetErrorColor}-->" onchange="fnCheckStock(this.form);"></select> 221 <!--{if $arrErr[$class2] != ""}--> 222 <br /><span class="attention">※ <!--{$tpl_class_name2[$id]}-->を入力して下さい。</span> 223 <!--{/if}--> 224 </dd> 225 </dl> 226 <!--{else}--> 227 <input type="hidden" name="<!--{$class2}-->" id="<!--{$class2}-->" value="" /> 228 <!--{/if}--> 229 <input type="hidden" name="product_id" value="<!--{$id|h}-->" /> 230 <input type="hidden" name="product_class_id<!--{$id|h}-->" id="product_class_id<!--{$id|h}-->" value="<!--{$tpl_product_class_id[$id]}-->" /> 231 <input type="hidden" name="product_type" id="product_type<!--{$id|h}-->" value="<!--{$tpl_product_type[$id]}-->" /> 249 232 </td> 250 233 <td class="center"><a href="javascript:;" onclick="return func_submit('<!--{$arrProducts[cnt].product_id}-->', '<!--{$tpl_class_name1[$id]}-->', '<!--{$tpl_class_name2[$id]}-->'); return false;">決定</a></td> -
branches/version-2_12-dev/data/Smarty/templates/admin/order/status.tpl
r22571 r22796 23 23 *}--> 24 24 25 <form name="form1" id="form1" method=" post" action="?" >25 <form name="form1" id="form1" method="POST" action="?" > 26 26 <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 27 27 <input type="hidden" name="mode" value="" /> 28 28 <input type="hidden" name="status" value="<!--{if $arrForm.status == ""}-->1<!--{else}--><!--{$arrForm.status}--><!--{/if}-->" /> 29 <input type="hidden" name="search_pageno" value="<!--{$tpl_pageno}-->" />29 <input type="hidden" name="search_pageno" value="<!--{$tpl_pageno}-->" > 30 30 <input type="hidden" name="order_id" value="" /> 31 31 <div id="order" class="contents-main"> … … 58 58 <a class="btn-normal" href="javascript:;" onclick="fnSelectCheckSubmit(); return false;"><span>移動</span></a> 59 59 </div> 60 <span class="attention">※ <!--{$arrORDERSTATUS[$smarty.const.ORDER_CANCEL]}--> に変更時には、在庫数を手動で戻してください。</span><br />60 <span class="attention">※ <!--{$arrORDERSTATUS[$smarty.const.ORDER_CANCEL]}-->もしくは、削除に変更時には、在庫数を手動で戻してください。</span><br /> 61 61 62 62 <p class="remark"> … … 89 89 <!--{assign var=status value="`$arrStatus[cnt].status`"}--> 90 90 <tr style="background:<!--{$arrORDERSTATUS_COLOR[$status]}-->;"> 91 <td><input type="checkbox" name="move[]" value="<!--{$arrStatus[cnt].order_id}-->" /></td>91 <td><input type="checkbox" name="move[]" value="<!--{$arrStatus[cnt].order_id}-->" ></td> 92 92 <td><!--{$arrORDERSTATUS[$status]}--></td> 93 93 <td><a href="#" onclick="fnOpenWindow('./disp.php?order_id=<!--{$arrStatus[cnt].order_id}-->','order_disp','800','900'); return false;" ><!--{$arrStatus[cnt].order_id}--></a></td>
Note: See TracChangeset
for help on using the changeset viewer.
