openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 8a56b43318aaefe78cf24232c4943f68b588c5b6
parent 9bd4d7c91d43b024d57a9425f85ca9ec44f1e320
Author: Jan Dankert <devnull@localhost>
Date:   Sat, 21 Jul 2012 02:19:22 +0200

Korrektur der Icons...

Diffstat:
Mutil/AdministrationTree.class.php | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/util/AdministrationTree.class.php b/util/AdministrationTree.class.php @@ -81,7 +81,7 @@ class AdministrationTree extends AbstractTree $treeElement = new TreeElement(); $treeElement->text = lang('PREFERENCES'); $treeElement->description = lang('PREFERENCES'); - $treeElement->icon = 'config_folder'; + $treeElement->icon = 'configuration'; //$treeElement->type = 'prefs'; $treeElement->action = 'configuration'; @@ -291,7 +291,7 @@ class AdministrationTree extends AbstractTree $treeElement->internalId = 0; $treeElement->text = lang('GLOBAL_SYSTEM'); - $treeElement->icon = 'config_folder'; + $treeElement->icon = 'configuration'; $treeElement->description = ''; $treeElement->target = 'cms_main'; @@ -306,7 +306,7 @@ class AdministrationTree extends AbstractTree $treeElement->internalId = 0; $treeElement->text = lang('GLOBAL_PHP'); - $treeElement->icon = 'config_folder'; + $treeElement->icon = 'configuration'; $treeElement->description = ''; $treeElement->target = 'cms_main'; @@ -321,7 +321,7 @@ class AdministrationTree extends AbstractTree $treeElement->internalId = 0; $treeElement->text = lang('GLOBAL_EXTENSIONS'); - $treeElement->icon = 'config_folder'; + $treeElement->icon = 'configuration'; $treeElement->description = ''; $treeElement->target = 'cms_main'; @@ -357,7 +357,7 @@ class AdministrationTree extends AbstractTree $treeElement->text = $key; // if ( $id == 0 ) // $treeElement->url = Html::url('main','prefs',0,array('conf'=>$key)); - $treeElement->icon = 'config_folder'; + $treeElement->icon = 'configuration'; $treeElement->description = count($value).' '.lang('SETTINGS'); $treeElement->target = 'cms_main';