openrat-cms

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

commit 06ba37339b5048d7d9e407c76b00d11716374a1f
parent 71cae491ed196c59afdc616fa24fd4a0da94e337
Author: dankert <devnull@localhost>
Date:   Sat,  7 Mar 2009 01:00:28 +0100

Inhalte direkt im Editiermodus öffnen.

Diffstat:
actionClasses/PageAction.class.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/actionClasses/PageAction.class.php b/actionClasses/PageAction.class.php @@ -422,7 +422,7 @@ class PageAction extends ObjectAction { $list[$id] = array(); $list[$id]['name'] = $value->element->name; - $list[$id]['url' ] = Html::url( 'pageelement','edit' ,$this->page->id,array('elementid'=>$id) ); + $list[$id]['url' ] = Html::url( 'pageelement','edit' ,$this->page->id,array('elementid'=>$id,'mode'=>'edit') ); $list[$id]['desc'] = $value->element->desc; $list[$id]['type'] = $value->element->type;