From: Ben Klang Date: Sun, 16 Jul 2006 02:18:13 +0000 (+0000) Subject: Renaming users to usermgr X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=c0b85788a30c9cd00710bf692456715469403884;p=horde.git Renaming users to usermgr git-svn-id: https://svn.alkaloid.net/gpl/shout/trunk@370 06cd67b6-e706-0410-b29e-9de616bca6e9 --- diff --git a/templates/usermgr/userlist.inc b/templates/usermgr/userlist.inc new file mode 100644 index 000000000..4bd6dfe36 --- /dev/null +++ b/templates/usermgr/userlist.inc @@ -0,0 +1,43 @@ +
+ Context: +
+ +
+ + + + + + + $user) { + $rowcolor = $line % 2; + $line++; + $url = Horde::applicationUrl("index.php"); + $url = Util::addParameter($url, + array( + 'context' => $context, + 'extension' => $extension, + 'section' => $section, + ) + ); + $editurl = Util::addParameter($url, "action=edit"); + $deleteurl = Util::addParameter($url, "action=delete"); + ?> + + + + + + +
ExtensionNameE-Mail Address
+ + + + + +
+
diff --git a/templates/users/userlist.inc b/templates/users/userlist.inc deleted file mode 100644 index 4bd6dfe36..000000000 --- a/templates/users/userlist.inc +++ /dev/null @@ -1,43 +0,0 @@ -
- Context: -
- -
- - - - - - - $user) { - $rowcolor = $line % 2; - $line++; - $url = Horde::applicationUrl("index.php"); - $url = Util::addParameter($url, - array( - 'context' => $context, - 'extension' => $extension, - 'section' => $section, - ) - ); - $editurl = Util::addParameter($url, "action=edit"); - $deleteurl = Util::addParameter($url, "action=delete"); - ?> - - - - - - -
ExtensionNameE-Mail Address
- - - - - -
-