Changeset 16564


Ignore:
Timestamp:
2007/10/25 23:06:05 (16 years ago)
Author:
naka
Message:

コンビーズ連携中間アップ

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  
    370370                </td> 
    371371                <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> 
    373379            </tr> 
    374380        </table> 
  • branches/feature-module-combz/html/admin/mail/index.php

    r14676 r16564  
    77require_once("../require.php"); 
    88require_once("./inc_mailmagazine.php"); 
     9 
     10if(file_exists(MODULE_PATH . 'mdl_combz/mdl_combz.inc')) { 
     11    require_once(MODULE_PATH . 'mdl_combz/mdl_combz.inc'); 
     12} 
    913 
    1014class LC_Page { 
     
    277281    } 
    278282    break; 
     283// ¥³¥ó¥Ó¡¼¥ºÏ¢·ÈÍÑ 
     284case 'combz': 
     285    $objPage->combz_return = sfCombzPost($_POST['combz_type']); 
     286    break; 
    279287default: 
    280288    $objPage->list_data['mail_type'] = 1; 
Note: See TracChangeset for help on using the changeset viewer.