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