Ignore:
Timestamp:
2011/03/11 11:37:23 (13 years ago)
Author:
t_yuo
Message:

#952 (編集中のテーブルセルの挙動統一)
#1091 ([管理画面]商品管理(メーカー管理):「編集中」の行が黄色くならない)
上記同一内容です。

#1091 ([管理画面]商品管理(メーカー管理):「編集中」の行が黄色くならない)
同じ修正ファイルに含まれる為、まとめます。

修正いたしまいた。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/pages/admin/basis/LC_Page_Admin_Basis_Holiday.php

    r20562 r20598  
    8181            $objFormParam->setParam($_POST); 
    8282            $objFormParam->convParam(); 
     83            $holiday_id = $objFormParam->getValue('holiday_id'); 
    8384 
    8485            $this->arrErr = $this->lfCheckError($mode, $objFormParam); 
     
    147148 
    148149        $this->arrHoliday = $this->lfGetHolidayList(); 
     150        // POSTデータを引き継ぐ 
     151        $this->tpl_holiday_id = $holiday_id; 
    149152    } 
    150153 
Note: See TracChangeset for help on using the changeset viewer.