Changeset 10871 for temp


Ignore:
Timestamp:
2006/12/18 15:09:34 (20 years ago)
Author:
uehara
Message:
 
Location:
temp/branches/ec-cube-beta/data/Smarty/templates/admin/contents
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/branches/ec-cube-beta/data/Smarty/templates/admin/contents/campaign.tpl

    r10843 r10871  
    208208                                        <td width="205"><!--{$arrCampaign[cnt].campaign_name}--></td> 
    209209                                        <td width="50"><!--{$arrCampaign[cnt].total_count}--></td> 
    210                                         <td width="80"><a href="<!--{$smarty.const.URL_CAMPAIGN_DESIGN}-->?campaign_id=<!--{$arrCampaign[cnt].campaign_id}-->&type=active">ÀßÄê</a></td> 
    211                                         <td width="80"><a href="<!--{$smarty.const.URL_CAMPAIGN_DESIGN}-->?campaign_id=<!--{$arrCampaign[cnt].campaign_id}-->&type=end">ÀßÄê</a></td> 
     210                                        <td width="80"><a href="<!--{$smarty.const.URL_CAMPAIGN_DESIGN}-->?campaign_id=<!--{$arrCampaign[cnt].campaign_id}-->&status=active">ÀßÄê</a></td> 
     211                                        <td width="80"><a href="<!--{$smarty.const.URL_CAMPAIGN_DESIGN}-->?campaign_id=<!--{$arrCampaign[cnt].campaign_id}-->&status=end">ÀßÄê</a></td> 
    212212                                        <!--{if $arrCampaign[cnt].campaign_id != $arrForm.campaign_id}--> 
    213213                                        <td width="50"><a href="javascript:fnFormModeSubmit('form1', 'update', 'campaign_id', '<!--{$arrCampaign[cnt].campaign_id}-->')">ÊÔ½¸</a></td> 
  • temp/branches/ec-cube-beta/data/Smarty/templates/admin/contents/campaign_design.tpl

    r10870 r10871  
    1212<input type="hidden" name="contents_row" value=""> 
    1313<input type="hidden" name="footer_row" value=""> 
     14<input type="hidden" name="campaign_id" value=""> 
     15<input type="hidden" name="status" value=""> 
    1416<table width="878" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    1517    <tr valign="top"> 
Note: See TracChangeset for help on using the changeset viewer.