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/order/LC_Page_Admin_Order_Multiple.php

    r22567 r22796  
    3333 * @version $Id$ 
    3434 */ 
    35 class LC_Page_Admin_Order_Multiple extends LC_Page_Admin_Ex  
    36 { 
     35class LC_Page_Admin_Order_Multiple extends LC_Page_Admin_Ex { 
    3736 
    3837    // }}} 
     
    4443     * @return void 
    4544     */ 
    46     function init() 
    47     { 
     45    function init() { 
    4846        parent::init(); 
    4947        $this->tpl_mainpage = 'order/multiple.tpl'; 
     
    5957     * @return void 
    6058     */ 
    61     function process() 
    62     { 
     59    function process() { 
    6360        $this->action(); 
    6461        $this->sendResponse(); 
     
    7067     * @return void 
    7168     */ 
    72     function action() 
    73     { 
     69    function action() { 
    7470 
    7571        $this->setTemplate($this->tpl_mainpage); 
     
    8278     * @return void 
    8379     */ 
    84     function destroy() 
    85     { 
     80    function destroy() { 
    8681        parent::destroy(); 
    8782    } 
Note: See TracChangeset for help on using the changeset viewer.