Changeset 202


Ignore:
Timestamp:
2007/02/08 23:06:01 (19 years ago)
Author:
uehara
Message:
 
Location:
branches/dev
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/Smarty/templates/admin/contents/campaign.tpl

    r201 r202  
    2323<input type="hidden" name="mode" value=""> 
    2424<input type="hidden" name="campaign_id" value="<!--{$campaign_id}-->" > 
     25<input type="hidden" name="is_update" value="<!--{if $is_update}-->" > 
     26 
    2527<table width="878" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    2628    <tr valign="top"> 
  • branches/dev/html/admin/contents/campaign.php

    r199 r202  
    9999$objPage->arrCampaign = lfGetCampaignList(); 
    100100$objPage->campaign_id = $campaign_id; 
     101$objPage->is_update = $_POST['is_update']; 
    101102 
    102103// ¥­¥ã¥ó¥Ú¡¼¥ó´ü´ÖÍÑ 
Note: See TracChangeset for help on using the changeset viewer.