Ignore:
Timestamp:
2013/05/02 18:11:36 (11 years ago)
Author:
h_yoshimoto
Message:

#2236 2.12.3リリース以降の2.12-devへのコミット差し戻し

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/pages/admin/mail/LC_Page_Admin_Mail_TemplateInput.php

    r22567 r22796  
    3232 * @version $Id$ 
    3333 */ 
    34 class LC_Page_Admin_Mail_TemplateInput extends LC_Page_Admin_Ex  
    35 { 
     34class LC_Page_Admin_Mail_TemplateInput extends LC_Page_Admin_Ex { 
    3635 
    3736    // }}} 
     
    4342     * @return void 
    4443     */ 
    45     function init() 
    46     { 
     44    function init() { 
    4745        parent::init(); 
    4846        $this->tpl_mainpage = 'mail/template_input.tpl'; 
     
    6159     * @return void 
    6260     */ 
    63     function process() 
    64     { 
     61    function process() { 
    6562        $this->action(); 
    6663        $this->sendResponse(); 
     
    7269     * @return void 
    7370     */ 
    74     function action() 
    75     { 
     71    function action() { 
    7672 
    7773        $objMailHelper = new SC_Helper_Mail_Ex(); 
     
    119115     * @return void 
    120116     */ 
    121     function destroy() 
    122     { 
     117    function destroy() { 
    123118        parent::destroy(); 
    124119    } 
     
    131126     * @return void 
    132127     */ 
    133     function lfRegistData(&$objFormParam, $template_id = null) 
    134     { 
     128    function lfRegistData(&$objFormParam, $template_id = null) { 
    135129 
    136130        $objQuery =& SC_Query_Ex::getSingletonInstance(); 
     
    160154     * @return void 
    161155     */ 
    162     function lfInitParam(&$objFormParam) 
    163     { 
     156    function lfInitParam(&$objFormParam) { 
    164157        $objFormParam->addParam('メール形式', 'mail_method', INT_LEN, 'n', array('EXIST_CHECK','ALNUM_CHECK')); 
    165158        $objFormParam->addParam('Subject', 'subject', STEXT_LEN, 'KVa', array('EXIST_CHECK','SPTAB_CHECK','MAX_LENGTH_CHECK')); 
Note: See TracChangeset for help on using the changeset viewer.