Changeset 13662


Ignore:
Timestamp:
2007/05/29 17:23:03 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/admin/basis/mail.php

    r13660 r13662  
    1111    var $tpl_mode; 
    1212    function LC_Page() { 
    13         $this->tpl_mainpage = 'basis/template.tpl'; 
     13        $this->tpl_mainpage = 'basis/mail.tpl'; 
    1414        $this->tpl_subnavi = 'basis/subnavi.tpl'; 
    1515        $this->tpl_mainno = 'basis'; 
     
    3030$objPage->arrMailTEMPLATE = $arrMAILTEMPLATE; 
    3131 
    32 if ( $_POST['mode'] == 'id_set'){ 
    33     // ¥Æ¥ó¥×¥ì¡¼¥È¥×¥ë¥À¥¦¥óÊѹ¹»þ 
     32if ( $_GET['mode'] == 'edit' && sfCheckNumLength($_GET['template_id'])===true ){ 
     33     
    3434     
    3535    if ( sfCheckNumLength( $_POST['template_id']) ){ 
Note: See TracChangeset for help on using the changeset viewer.