Changeset 10780 for temp/branches


Ignore:
Timestamp:
2006/12/16 19:41:52 (20 years ago)
Author:
uehara
Message:
 
Location:
temp/branches/ec-cube-beta
Files:
2 edited

Legend:

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

    r10778 r10780  
    2222<form name="form1" id="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->"> 
    2323<input type="hidden" name="mode" value=""> 
    24 <input type="hidden" name="campaign_id" value="<!--{$campaign_id}-->" > 
     24<input type="hidden" name="campaign_id" value="<!--{$arrForm.campaign_id}-->" > 
    2525<table width="878" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    2626    <tr valign="top"> 
  • temp/branches/ec-cube-beta/html/admin/contents/campaign.php

    r10779 r10780  
    200200    $arrRet = $objQuery->select($col, "dtb_campaign", "campaign_id = ?", array($campaign_id)); 
    201201 
     202    // ³«»ÏÆü»þ¡¦Ää»ßÆü»þ¤òʬ²ò 
     203sfprintr(date("Y-m-d" ,$arrRet[0]['start_date'])); 
     204     
    202205    return $arrRet[0]; 
    203206} 
Note: See TracChangeset for help on using the changeset viewer.