Changeset 10696 for temp/branches


Ignore:
Timestamp:
2006/12/15 21:53:51 (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

    r10695 r10696  
    110110                                    <tr> 
    111111                                        <td bgcolor="#f2f1ec" width="140" class="fs12n">¿½¹þ¿ôÀ©¸æ</td> 
    112                                         <td bgcolor="#ffffff" width="538" class="fs12n"><span class="red"><!--{$arrErr.news_url}--></span><input type="text" name="limit_count" size="54" class="box6"  value="<!--{$arrForm.limit_count|escape}-->" <!--{if $arrErr.limit_count}-->style="background-color:<!--{$smarty.const.ERR_COLOR|escape}-->"<!--{/if}--> maxlength="<!--{$smarty.const.STEXT_LEN}-->"/>·ï¤Ç½ªÎ»¥Ú¡¼¥¸¤ËÀÚ¤êÂØ¤¨ 
     112                                        <td bgcolor="#ffffff" width="538" class="fs12n"><span class="red"><!--{$arrErr.limit_count}--></span><input type="text" name="limit_count" size="54" class="box6"  value="<!--{$arrForm.limit_count|escape}-->" <!--{if $arrErr.limit_count}-->style="background-color:<!--{$smarty.const.ERR_COLOR|escape}-->"<!--{/if}--> maxlength="<!--{$smarty.const.STEXT_LEN}-->"/>·ï¤Ç½ªÎ»¥Ú¡¼¥¸¤ËÀÚ¤êÂØ¤¨ 
    113113                                        </td> 
    114114                                    </tr>                                
  • temp/branches/ec-cube-beta/html/admin/contents/campaign.php

    r10689 r10696  
    6868 
    6969    $objFormParam->addParam("¥Ç¥£¥ì¥¯¥È¥ê̾", "directory_name", MTEXT_LEN, "KVa", array("EXIST_CHECK","SPTAB_CHECK","MAX_LENGTH_CHECK")); 
    70     $objFormParam->addParam("¿½¹þ¿ôÀ©¸æ", "search_order_sex", INT_LEN, "n", array("MAX_LENGTH_CHECK")); 
     70    $objFormParam->addParam("¿½¹þ¿ôÀ©¸æ", "limit_count", INT_LEN, "n", array("MAX_LENGTH_CHECK")); 
    7171 
    7272} 
Note: See TracChangeset for help on using the changeset viewer.