openrat-cms

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

commit 69d5af804ebf127055beece0e3278ce937e347ae
parent c6c2a18fc88a294a1da03b97e620318e82c85015
Author: dankert <dankert@laptop-jan>
Date:   Mon, 18 Mar 2013 00:17:58 +0100

Dialoge verwenden.

Diffstat:
themes/default/css/openrat.css.php | 7+++++--
themes/default/templates/object/rights.tpl.src.xml | 2+-
2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/themes/default/css/openrat.css.php b/themes/default/css/openrat.css.php @@ -1950,7 +1950,9 @@ div#workbench div.panel div.arrow-right } /* Geschlossene Fieldsets */ -div#workbench div.panel fieldset > legend > div.closed +div#workbench div.panel fieldset > legend > div.closed, +div#dialog div.panel fieldset > legend > div.closed + { display:inline; } @@ -1964,7 +1966,8 @@ div#workbench div.panel fieldset.open > legend > div.closed { display:none; } -div#workbench div.panel fieldset.open > legend > div.open +div#workbench div.panel fieldset.open > legend > div.open, +div#dialog div.panel fieldset.open > legend > div.open { display:inline; } diff --git a/themes/default/templates/object/rights.tpl.src.xml b/themes/default/templates/object/rights.tpl.src.xml @@ -68,7 +68,7 @@ </list> <row class="data"> <column colspan="99" class="clickable"> - <link type="view" subaction="aclform"> + <link type="dialog" name="message:menu_aclform" subaction="aclform"> <image icon="add" /> <text text="new" /> </link>