Changeset 16567 for branches/feature-module-update/data/class/pages/admin/basis/LC_Page_Admin_Basis_Parameter.php
- Timestamp:
- 2007/10/26 10:21:41 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/data/class/pages/admin/basis/LC_Page_Admin_Basis_Parameter.php
r15730 r16567 70 70 if (empty($this->arrErr)) { 71 71 $this->update(); 72 $this->tpl_onload = "window.alert('パラメータの設定が完了しました。');"; 72 73 } else { 73 74 $this->arrValues = SC_Utils_Ex::getHash2Array($this->arrForm, 74 75 $this->arrKeys); 76 $this->tpl_onload = "window.alert('エラーが発生しました。入力内容をご確認下さい。');"; 75 77 } 78 76 79 } 77 80
Note: See TracChangeset
for help on using the changeset viewer.