Changeset 13626


Ignore:
Timestamp:
2007/05/29 12:51:03 (17 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/Smarty/templates/admin/order/index.tpl

    r17 r13626  
    241241<table width="878" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    242242<form name="form1" id="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->"> 
     243<!--{foreach from=$smarty.post key="key" item="item"}--> 
     244<!--{if $key ne "mode" && $key ne "del_mode" && $key ne "edit_customer_id" && $key ne "send_customer_id" && $key ne "del_customer_id" && $key ne "search_pageno" && $key ne "csv_mode" && $key ne "job" && $key ne "sex"}--><input type="hidden" name="<!--{$key|escape}-->" value="<!--{$item|escape}-->"><!--{/if}--> 
     245<!--{/foreach}--> 
    243246<input type="hidden" name="mode" value="search"> 
    244247<input type="hidden" name="order_id" value="">       
Note: See TracChangeset for help on using the changeset viewer.