mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 20:58:30 +01:00
admin tools: settings action renamed to prefs
This commit is contained in:
parent
0acecada8f
commit
5ae86ae219
@ -2114,7 +2114,7 @@ class e_admin_ui extends e_admin_controller_ui
|
||||
return $this->getUI()->getCreate();
|
||||
}
|
||||
|
||||
public function SettingsSaveTrigger()
|
||||
public function PrefsSaveTrigger()
|
||||
{
|
||||
|
||||
$this->getConfig()
|
||||
@ -2126,7 +2126,7 @@ class e_admin_ui extends e_admin_controller_ui
|
||||
|
||||
}
|
||||
|
||||
public function SettingsPage()
|
||||
public function PrefsPage()
|
||||
{
|
||||
return $this->getUI()->getSettings();
|
||||
}
|
||||
|
@ -9,8 +9,8 @@
|
||||
* Release Plugin Administration UI
|
||||
*
|
||||
* $Source: /cvs_backup/e107_0.8/e107_plugins/release/includes/admin.php,v $
|
||||
* $Revision: 1.4 $
|
||||
* $Date: 2009-11-04 17:29:26 $
|
||||
* $Revision: 1.5 $
|
||||
* $Date: 2009-11-05 00:28:25 $
|
||||
* $Author: secretr $
|
||||
*/
|
||||
|
||||
@ -33,7 +33,7 @@ class plugin_release_admin extends e_admin_dispatcher
|
||||
protected $adminMenu = array(
|
||||
'main/list' => array('caption'=> 'Manage', 'perm' => '0'),
|
||||
'main/create' => array('caption'=> LAN_CREATE, 'perm' => '0'),
|
||||
'main/settings' => array('caption'=> 'Settings', 'perm' => '0'),
|
||||
'main/prefs' => array('caption'=> 'Settings', 'perm' => '0'),
|
||||
'main/custom' => array('caption'=> 'Custom Page', 'perm' => '0')
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user