Changeset 18386


Ignore:
Timestamp:
2009/11/17 16:19:17 (14 years ago)
Author:
satou
Message:

#561 onloadの設定

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/class/pages/shopping/LC_Page_Shopping_Payment.php

    r18358 r18386  
    5353    function init() { 
    5454        parent::init(); 
    55         $this->tpl_mainpage = 'shopping/payment.tpl'; 
     55        $this->tpl_mainpage = "shopping/payment.tpl"; 
    5656        $this->tpl_column_num = 1; 
    57         $this->tpl_onload = 'fnCheckInputPoint();'; 
     57        $this->tpl_onload = "fnCheckInputPoint(); fnSetDelivTime('payment','payment_id','deliv_time_id');"; 
    5858        $this->tpl_title = "お支払方法・お届け時間等の指定"; 
    5959    } 
Note: See TracChangeset for help on using the changeset viewer.