openrat-cms

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

commit 4ad8ebae03b93c33a9397e7e270c7acf85fa0f69
parent bc15b911d6f3b229bf92c3889d89cd7c649448aa
Author: Jan Dankert <devnull@localhost>
Date:   Thu,  1 Mar 2012 23:30:33 +0100

Neues Fenster mit Views \"Struktur\"

Diffstat:
themes/default/layout/perspective/normal.ini.php | 13++++++++++---
themes/default/layout/perspective/normal.php | 12++++++++++--
2 files changed, 20 insertions(+), 5 deletions(-)

diff --git a/themes/default/layout/perspective/normal.ini.php b/themes/default/layout/perspective/normal.ini.php @@ -13,14 +13,21 @@ refreshable=false title= default=show -views=show,edit,prop,pub,rights +views=show,edit,prop,rights action=folder refreshable=true [extra] title= -default=prop -views=pub,el,prop,rights +default=pub +views=pub action=folder refreshable=true + +[extra2] + +title= +default=structure +views=structure,info +refreshable=true diff --git a/themes/default/layout/perspective/normal.php b/themes/default/layout/perspective/normal.php @@ -7,10 +7,18 @@ view_header('tree'); ?> </div> -<div class="grid_9"> +<div class="grid_6"> <?php view_header('content'); -//view_header('extra'); +?> +</div> + +<div class="grid_3"> +<?php +view_header('extra'); +?> +<?php +view_header('extra2'); ?> </div>