Changeset 205 for branches/dev


Ignore:
Timestamp:
2007/02/08 23:14: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

    r203 r205  
    2424<input type="hidden" name="campaign_id" value="<!--{$campaign_id}-->" > 
    2525<input type="hidden" name="is_update" value="<!--{$is_update}-->" > 
     26<!--{if $is_update}--> 
     27<input type="hidden" name="cart_flg" value="<!--{$arrForm.cart_flg}-->" > 
     28<!--{/if}--> 
    2629 
    2730<table width="878" border="0" cellspacing="0" cellpadding="0" summary=" "> 
  • branches/dev/html/admin/contents/campaign.php

    r204 r205  
    4141$objFormParam->setParam($_POST); 
    4242 
    43 // ÊÔ½¸½èÍý¤Î¾ì¹ç¤ÏtrueÊÝ»ý 
     43// ÊÔ½¸½èÍý¤Î¾ì¹ç¤Ï¾õÂÖ¤òÊÝ»ý 
    4444$objPage->is_update = $_POST['is_update']; 
    4545 
Note: See TracChangeset for help on using the changeset viewer.