openrat-cms

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

commit b2c502d350e39e160ad7d43cd852b0ffff3dc71a
parent e52411ab74b0dd1c99c517fc697bdf67da56c36f
Author: Jan Dankert <devnull@localhost>
Date:   Sun, 28 Oct 2012 22:32:32 +0100

Umbenennung eines Reiters von \"Anzeige\" in \"Navigation\"

Diffstat:
Maction/TreeAction.class.php | 2+-
Mlanguage/de.ini.php | 2++
Mthemes/default/layout/perspective/normal.ini.php | 4++--
Rthemes/default/templates/tree/show.tpl.src.xml -> themes/default/templates/tree/tree.tpl.src.xml | 0
4 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/action/TreeAction.class.php b/action/TreeAction.class.php @@ -210,7 +210,7 @@ class TreeAction extends Action /** * Anzeigen des Baumes */ - public function showView() + public function treeView() { return; $this->load(); diff --git a/language/de.ini.php b/language/de.ini.php @@ -1159,3 +1159,5 @@ MENU_EXTRACT_DESC = Archiv auspacken MENU_SIZE =Bildgröße MENU_SIZE_DESC =Bildgröße ändern LICENSE="Lizenz" +MENU_TREE=Navigation +MENU_TREE_DESC=Navigation diff --git a/themes/default/layout/perspective/normal.ini.php b/themes/default/layout/perspective/normal.ini.php @@ -5,8 +5,8 @@ icons=templatelist,languagelist [tree] title=navigator -views=show,settings -default=show +views=tree,settings +default=tree action=tree refreshable=false diff --git a/themes/default/templates/tree/show.tpl.src.xml b/themes/default/templates/tree/tree.tpl.src.xml