Ignore:
Timestamp:
2007/10/26 10:21:41 (16 years ago)
Author:
nanasess
Message:

エラー表示をわかりやすく修正

File:
1 edited

Legend:

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

    r15730 r16567  
    7070            if (empty($this->arrErr)) { 
    7171                $this->update(); 
     72                $this->tpl_onload = "window.alert('パラメータの設定が完了しました。');"; 
    7273            } else { 
    7374                $this->arrValues = SC_Utils_Ex::getHash2Array($this->arrForm, 
    7475                                                              $this->arrKeys); 
     76                $this->tpl_onload = "window.alert('エラーが発生しました。入力内容をご確認下さい。');"; 
    7577            } 
     78 
    7679        } 
    7780 
Note: See TracChangeset for help on using the changeset viewer.