openrat-cms

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

commit f0d14b9361cedecf7c84f37a0a1f2ed6b7871d7f
parent 44907f46e6e1e19e9f25ea293e2a9bcb9d69d0aa
Author: dankert <devnull@localhost>
Date:   Wed, 24 Oct 2007 23:12:47 +0200

Benutzereigenschaften anzeigen (bisher noch nicht in Verwendung).

Diffstat:
actionClasses/UserAction.class.php | 9+++++++++
actionClasses/UserAction.ini.php | 8++++++--
2 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/actionClasses/UserAction.class.php b/actionClasses/UserAction.class.php @@ -202,6 +202,15 @@ class UserAction extends Action } + /** + * Eigenschaften des Benutzers anzeigen + */ + function show() + { + $this->setTemplateVars( $this->user->getProperties() ); + } + + function groups() { // Mitgliedschaften diff --git a/actionClasses/UserAction.ini.php b/actionClasses/UserAction.ini.php @@ -16,6 +16,9 @@ goto=listing menu=edit target=save +[show] +menu=info + [save] goto=listing @@ -52,4 +55,5 @@ goto=pw listing=listing,add edit=edit,remove groups=groups,addgroup -pw=pw- \ No newline at end of file +pw=pw +info=show,mail+ \ No newline at end of file