Changeset 10696 for temp/branches
- Timestamp:
- 2006/12/15 21:53:51 (20 years ago)
- Location:
- temp/branches/ec-cube-beta
- Files:
-
- 2 edited
-
data/Smarty/templates/admin/contents/campaign.tpl (modified) (1 diff)
-
html/admin/contents/campaign.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/branches/ec-cube-beta/data/Smarty/templates/admin/contents/campaign.tpl
r10695 r10696 110 110 <tr> 111 111 <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}-->"/>·ï¤Ç½ªÎ»¥Ú¡¼¥¸¤ËÀÚ¤êÂØ¤¨ 113 113 </td> 114 114 </tr> -
temp/branches/ec-cube-beta/html/admin/contents/campaign.php
r10689 r10696 68 68 69 69 $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")); 71 71 72 72 }
Note: See TracChangeset
for help on using the changeset viewer.
