Changeset 1475
- Timestamp:
- Dec 31, 2006, 5:22:51 PM (15 years ago)
- Location:
- OpenPNE/trunk/webapp/modules/admin
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/trunk/webapp/modules/admin/do/update_c_profile_option.php
r2 r1475 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 } 14 10 15 function execute($requests) 11 16 { -
OpenPNE/trunk/webapp/modules/admin/do/update_profile_sort_order.php
r2 r1475 7 7 class admin_do_update_profile_sort_order extends OpenPNE_Action 8 8 { 9 function handleError($errors) 10 { 11 admin_client_redirect('edit_c_profile', array_shift($errors)); 12 } 13 9 14 function execute($requests) 10 15 { -
OpenPNE/trunk/webapp/modules/admin/validate/do/update_c_profile_option.ini
r2 r1475 9 9 type = "int" 10 10 default = 0 11 caption = "並び順" -
OpenPNE/trunk/webapp/modules/admin/validate/do/update_profile_sort_order.ini
r2 r1475 2 2 type = "int" 3 3 default = "0" 4 caption = "並び順" 4 5 5 6 [sort_order_birth] 6 7 type = "int" 7 8 default = "0" 9 caption = "並び順"
Note: See TracChangeset
for help on using the changeset viewer.