Changeset 1670
- Timestamp:
- Jan 19, 2007, 3:23:37 PM (15 years ago)
- Location:
- OpenPNE/branches/2_4/webapp/modules/admin
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/2_4/webapp/modules/admin/do/update_c_admin_config.php
r2 r1670 8 8 class admin_do_update_c_admin_config extends OpenPNE_Action 9 9 { 10 function handleError($errors) 11 { 12 admin_client_redirect('edit_c_admin_config', '正しく入力してください'); 13 } 10 14 function execute($requests) 11 15 { -
OpenPNE/branches/2_4/webapp/modules/admin/do/update_c_profile_option.php
r2 r1670 8 8 class admin_do_update_c_profile_option extends OpenPNE_Action 9 9 { 10 function handleError($errors) 11 { 12 admin_client_redirect('edit_c_profile', array_shift($errors)); 13 } 10 14 function execute($requests) 11 15 { -
OpenPNE/branches/2_4/webapp/modules/admin/templates/edit_c_profile.tpl
r2 r1670 144 144 <td colspan="9"> </td> 145 145 <td class="number"><input class="submit" type="submit" value="変更"></td> 146 <td colspan="4"> </td 146 <td colspan="4"> </td> 147 147 </tr> 148 148 </table>
Note: See TracChangeset
for help on using the changeset viewer.