- Timestamp:
- 2007/10/25 23:06:05 (15 years ago)
- Location:
- branches/feature-module-combz
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-combz/data/Smarty/templates/admin/mail/index.tpl
r14676 r16564 370 370 </td> 371 371 <td><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="8" height="1" alt=""></td> 372 <td><input type="submit" name="subm" value="ÇÛ¿®ÆâÍÆ¤òÀßÄꤹ¤ë" onclick="document.form1['mode'].value='input';"/></td> 372 <td><input type="submit" name="subm" value="ÇÛ¿®ÆâÍÆ¤òÀßÄꤹ¤ë" onclick="document.form1['mode'].value='input';"/> 373 <!--{* ¥³¥ó¥Ó¡¼¥º¥â¥¸¥å¡¼¥ëÏ¢·ÈÍÑ *}--> 374 <!--{assign var=path value=`$smarty.const.MODULE_PATH`mdl_combz/combz_mail.tpl}--> 375 <!--{if file_exists($path)}--> 376 <!--{include file=$path}--> 377 <!--{/if}--> 378 </td> 373 379 </tr> 374 380 </table> -
branches/feature-module-combz/html/admin/mail/index.php
r14676 r16564 7 7 require_once("../require.php"); 8 8 require_once("./inc_mailmagazine.php"); 9 10 if(file_exists(MODULE_PATH . 'mdl_combz/mdl_combz.inc')) { 11 require_once(MODULE_PATH . 'mdl_combz/mdl_combz.inc'); 12 } 9 13 10 14 class LC_Page { … … 277 281 } 278 282 break; 283 // ¥³¥ó¥Ó¡¼¥ºÏ¢·ÈÍÑ 284 case 'combz': 285 $objPage->combz_return = sfCombzPost($_POST['combz_type']); 286 break; 279 287 default: 280 288 $objPage->list_data['mail_type'] = 1;
Note: See TracChangeset
for help on using the changeset viewer.