openrat-cms

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

commit 4d75bc2d7550d2a4b4b8ca08bcf0d72e98a385e5
parent 9845557d13fedd2d85252274e8b94f5a515b20e0
Author: dankert <devnull@localhost>
Date:   Mon, 29 Oct 2007 22:42:53 +0100

Korrektur Maske "Entfernen".

Diffstat:
actionClasses/ElementAction.class.php | 1+
themes/default/templates/element/remove.tpl.src.php | 15+++++++++------
2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/actionClasses/ElementAction.class.php b/actionClasses/ElementAction.class.php @@ -65,6 +65,7 @@ class ElementAction extends Action */ function remove() { + $this->setTemplateVar( 'name' ,$this->element->name ); } diff --git a/themes/default/templates/element/remove.tpl.src.php b/themes/default/templates/element/remove.tpl.src.php @@ -8,15 +8,18 @@ page cell class:fx text var:name row - cell - text text:GLOBAL_DELETE - cell + cell colspan:2 + fieldset title:message:options + row + cell colspan:2 checkbox name:delete + label for:delete + text text:GLOBAL_DELETE row - cell - text text:ELEMENT_DELETE_VALUES - cell + cell colspan:2 checkbox name:deletevalues + label for:deletevalues + text text:ELEMENT_DELETE_VALUES row cell colspan:2