Changeset 16716


Ignore:
Timestamp:
2007/11/05 23:03:51 (16 years ago)
Author:
naka
Message:

テンプレート設定の修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/pages/admin/design/LC_Page_Admin_Design_Template.php

    r16703 r16716  
    6969        $this->arrErr  = array(); 
    7070        $this->arrForm = array(); 
     71        $this->tpl_select = DEFAULT_TEMPLATE_NAME; 
    7172        ini_set("max_execution_time", 300); 
    7273    } 
     
    102103         
    103104            $template_code = $objForm->getValue('template_code'); 
    104              
     105            $this->tpl_select = $template_code; 
     106             
    105107            if($template_code == "") { 
    106108                $template_code = "default"; 
     
    115117            // XXX コンパイルファイルのクリア処理を行う 
    116118            $objView->_smarty->clear_compiled_tpl(); 
    117          
     119             
    118120            // 完了メッセージ 
    119121            $this->tpl_onload="alert('登録が完了しました。');"; 
Note: See TracChangeset for help on using the changeset viewer.