Changeset 20413 for branches/version-2_5-dev/data/class/pages
- Timestamp:
- 2011/02/25 23:07:43 (15 years ago)
- Location:
- branches/version-2_5-dev/data/class/pages/admin/design
- Files:
-
- 2 edited
-
LC_Page_Admin_Design_Template.php (modified) (4 diffs)
-
LC_Page_Admin_Design_Up_Down.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/class/pages/admin/design/LC_Page_Admin_Design_Template.php
r20345 r20413 84 84 $this->tpl_select = $this->getTemplateName($device_type_id); 85 85 86 // uniqidをテンプレートへ埋め込み87 $this->uniqid = $objSession->getUniqId();88 89 86 $objView = new SC_AdminView_Ex(); 90 87 … … 93 90 // 登録ボタン押下時 94 91 case 'register': 95 // 画面遷移の正当性チェック96 if (!SC_Utils::sfIsValidTransition($objSession)) {97 sfDispError('');98 }99 92 // パラメータ検証 100 93 $objForm = $this->lfInitRegister(); … … 125 118 // 削除ボタン押下時 126 119 case 'delete': 127 // 画面遷移の正当性チェック128 if (!SC_Utils::sfIsValidTransition($objSession)) {129 SC_Utils::sfDispError('');130 }131 120 // パラメータ検証 132 121 $objForm = $this->lfInitDelete(); … … 147 136 // downloadボタン押下時 148 137 case 'download': 149 // 画面遷移の正当性チェック150 if (!SC_Utils::sfIsValidTransition($objSession)) {151 SC_Utils::sfDispError('');152 }153 138 // パラメータ検証 154 139 $objForm = $this->lfInitDownload(); -
branches/version-2_5-dev/data/class/pages/admin/design/LC_Page_Admin_Design_Up_Down.php
r20345 r20413 82 82 } 83 83 84 // uniqidをテンプレートへ埋め込み85 $this->uniqid = $objSession->getUniqId();86 87 84 switch($this->getMode()) { 88 85 … … 92 89 // アップロードボタン押下時の処理 93 90 case 'upload': 94 // 画面遷移の正当性チェック95 if (!SC_Utils::sfIsValidTransition($objSession)) {96 SC_Utils::sfDispError('');97 }98 91 // フォームパラメータ初期化 99 92 $objForm = $this->lfInitUpload();
Note: See TracChangeset
for help on using the changeset viewer.
