- Timestamp:
- 2013/01/27 21:40:09 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-multilang/data/Smarty/templates/admin/order/index.tpl
r22427 r22434 49 49 50 50 if(!checkflag){ 51 alert('<!--{t string="tpl_ 398"}-->');51 alert('<!--{t string="tpl_A checkbox has not been selected_01"}-->'); 52 52 return false; 53 53 } … … 101 101 102 102 if(!checkflag){ 103 alert('<!--{t string="tpl_ 398"}-->');103 alert('<!--{t string="tpl_A checkbox has not been selected_01"}-->'); 104 104 return false; 105 105 } … … 675 675 </tr> 676 676 <tr> 677 <th><!--{t string="tpl_ 399"}--></th>677 <th><!--{t string="tpl_Date of update_01"}--></th> 678 678 <td colspan="3"> 679 679 <!--{if $arrErr.search_supdateyear || $arrErr.search_eupdateyear}--> … … 707 707 <!--{t string="currency_suffix"}--> 708 708 </td> 709 <th><!--{t string="tpl_ 400"}--></th>709 <th><!--{t string="tpl_Purchased product_01"}--></th> 710 710 <td> 711 711 <!--{assign var=key value="search_product_name"}--> … … 759 759 <a class="btn-normal" href="javascript:;" onclick="fnModeSubmit('csv','',''); return false;"><!--{t string="tpl_CSV download_01"}--></a> 760 760 <a class="btn-normal" href="../contents/csv.php?tpl_subno_csv=order"><!--{t string="tpl_CSV output settings_01"}--></a> 761 <a class="btn-normal" href="javascript:;" onclick="fnSelectCheckSubmit('pdf.php'); return false;"><span><!--{t string="tpl_ 401"}--></span></a>762 <a class="btn-normal" href="javascript:;" onclick="fnSelectMailCheckSubmit('mail.php'); return false;"><span><!--{t string="tpl_ 402"}--></span></a>761 <a class="btn-normal" href="javascript:;" onclick="fnSelectCheckSubmit('pdf.php'); return false;"><span><!--{t string="tpl_PDF batch output_01"}--></span></a> 762 <a class="btn-normal" href="javascript:;" onclick="fnSelectMailCheckSubmit('mail.php'); return false;"><span><!--{t string="tpl_Batch e-mail notification_01"}--></span></a> 763 763 </div> 764 764 <!--{if count($arrResults) > 0}--> … … 789 789 <th><!--{t string="tpl_Name_02"}--></th> 790 790 <th><!--{t string="tpl_Payment method_01"}--></th> 791 <th><!--{t string="tpl_ 403" escape="none"}--></th>792 <th><!--{t string="tpl_ 404"}--></th>791 <th><!--{t string="tpl_Purchase amount ($)_01" escape="none"}--></th> 792 <th><!--{t string="tpl_All product delivery dates_01"}--></th> 793 793 <th><!--{t string="tpl_Response status_01"}--></th> 794 <th><label for="pdf_check"><!--{t string="tpl_ 405"}--></label> <input type="checkbox" name="pdf_check" id="pdf_check" onclick="fnAllCheck(this, 'input[name=pdf_order_id[]]')" /></th>794 <th><label for="pdf_check"><!--{t string="tpl_Ledger_01"}--></label> <input type="checkbox" name="pdf_check" id="pdf_check" onclick="fnAllCheck(this, 'input[name=pdf_order_id[]]')" /></th> 795 795 <th><!--{t string="tpl_Edit_01"}--></th> 796 796 <th><!--{t string="tpl_719"}--> <input type="checkbox" name="mail_check" id="mail_check" onclick="fnAllCheck(this, 'input[name=mail_order_id[]]')" /></th> … … 810 810 <td class="center"><!--{$arrORDERSTATUS[$status]}--></td> 811 811 <td class="center"> 812 <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}-->"><!--{t string="tpl_ 406"}--></label><br>813 <a href="./" onClick="win02('pdf.php?order_id=<!--{$arrResults[cnt].order_id}-->','pdf_input','620','650'); return false;"><span class="icon_class"><!--{t string="tpl_ 407"}--></span></a>812 <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}-->"><!--{t string="tpl_Batch outpu_01"}--></label><br> 813 <a href="./" onClick="win02('pdf.php?order_id=<!--{$arrResults[cnt].order_id}-->','pdf_input','620','650'); return false;"><span class="icon_class"><!--{t string="tpl_Individual output_01"}--></span></a> 814 814 </td> 815 815 <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"><!--{t string="tpl_Edit_01"}--></span></a></td> 816 816 <td class="center"> 817 817 <!--{if $arrResults[cnt].order_email|strlen >= 1}--> 818 <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}-->"><!--{t string="tpl_ 408"}--></label><br>819 <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"><!--{t string="tpl_ 409"}--></span></a>818 <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}-->"><!--{t string="tpl_Batch notification_01"}--></label><br> 819 <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"><!--{t string="tpl_Individual notification_01"}--></span></a> 820 820 <!--{/if}--> 821 821 </td>
Note: See TracChangeset
for help on using the changeset viewer.