openrat-cms

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

commit eef0ab90f68dece69d32e552f187f6fdda52df0b
parent fc336ef9713d791a3a031860dc974cdac04ae8dc
Author: dankert <devnull@localhost>
Date:   Fri, 25 Sep 2009 23:29:57 +0200

Inhalt verknüpfen: Möglichkeit zur Auswahl \"nichts ausgewählt\", wenn man keine Seite verknüpfen möchte

Diffstat:
actionClasses/PageelementAction.class.php | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/actionClasses/PageelementAction.class.php b/actionClasses/PageelementAction.class.php @@ -434,6 +434,8 @@ class PageelementAction extends Action $types = explode(',',$this->value->element->subtype ); $objects = array(); + + $objects[ 0 ] = lang('LIST_ENTRY_EMPTY'); // Wert "nicht ausgewählt" $t = new Template( $this->page->templateid );