- Timestamp:
- 2012/02/17 00:50:05 (14 years ago)
- Location:
- branches/version-2_12-dev/data/class/pages/admin/ownersstore
- Files:
-
- 2 edited
-
LC_Page_Admin_OwnersStore_Log.php (modified) (1 diff)
-
LC_Page_Admin_OwnersStore_Settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/pages/admin/ownersstore/LC_Page_Admin_OwnersStore_Log.php
r21420 r21526 69 69 function action() { 70 70 switch ($this->getMode()) { 71 case 'detail':72 $objForm = $this->initParam();73 if ($objForm->checkError()) {74 SC_Utils_Ex::sfDispError('');75 }76 $this->arrLogDetail = $this->getLogDetail($objForm->getValue('log_id'));77 if (count($this->arrLogDetail) == 0) {78 SC_Utils_Ex::sfDispError('');79 }80 $this->tpl_mainpage = 'ownersstore/log_detail.tpl';81 break;82 default:83 break;71 case 'detail': 72 $objForm = $this->initParam(); 73 if ($objForm->checkError()) { 74 SC_Utils_Ex::sfDispError(''); 75 } 76 $this->arrLogDetail = $this->getLogDetail($objForm->getValue('log_id')); 77 if (count($this->arrLogDetail) == 0) { 78 SC_Utils_Ex::sfDispError(''); 79 } 80 $this->tpl_mainpage = 'ownersstore/log_detail.tpl'; 81 break; 82 default: 83 break; 84 84 } 85 85 $this->arrInstallLogs = $this->getLogs(); -
branches/version-2_12-dev/data/class/pages/admin/ownersstore/LC_Page_Admin_OwnersStore_Settings.php
r21479 r21526 79 79 function action() { 80 80 switch ($this->getMode()) { 81 // 入力内容をDBへ登録する82 case 'register':83 $this->execRegisterMode();84 break;85 // 初回表示86 default:87 $this->execDefaultMode();81 // 入力内容をDBへ登録する 82 case 'register': 83 $this->execRegisterMode(); 84 break; 85 // 初回表示 86 default: 87 $this->execDefaultMode(); 88 88 } 89 89 }
Note: See TracChangeset
for help on using the changeset viewer.
