commit 4e484a73203cc067852b8d3c1ced748aa0092007
parent 10908c7764e9049009c810324ae500230ac97c35
Author: dankert <devnull@localhost>
Date: Thu, 17 Feb 2011 23:43:19 +0100
Speichern der Eigenschaften als \"Action\".
Diffstat:
2 files changed, 3 insertions(+), 7 deletions(-)
diff --git a/action/FolderAction.class.php b/action/FolderAction.class.php
@@ -338,7 +338,7 @@ class FolderAction extends ObjectAction
* Abspeichern der Ordner-Eigenschaften. Ist der Schalter "delete" gesetzt, wird
* der Ordner stattdessen gel?scht.
*/
- function saveprop()
+ function propAction()
{
// Ordnereigenschaften speichern
if ( $this->getRequestVar('name') != '' )
@@ -1147,7 +1147,7 @@ class FolderAction extends ObjectAction
- function prop()
+ function propView()
{
$this->setTemplateVars( $this->folder->getProperties() );
$this->setTemplateVar( 'full_filename',$this->folder->full_filename() );
diff --git a/action/FolderAction.ini.php b/action/FolderAction.ini.php
@@ -17,11 +17,7 @@ goto=show
[prop]
menu=prop
-target=saveprop
-editable=true
-
-[saveprop]
-goto=prop
+write=yes
[remove]
menu=prop