From: Ben Klang Date: Sat, 3 Apr 2010 01:51:22 +0000 (-0400) Subject: Shout: fix admin paths for account management X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=6a58e3a8ff020d1031e27adb710287389eb715cf;p=horde.git Shout: fix admin paths for account management --- diff --git a/shout/templates/admin/accounts/edit.inc b/shout/templates/admin/accounts/edit.inc index e42e0b1a3..f197492c3 100644 --- a/shout/templates/admin/accounts/edit.inc +++ b/shout/templates/admin/accounts/edit.inc @@ -1,8 +1,8 @@ renderActive($RENDERER, $vars, Horde::applicationUrl('admin.php'), 'post'); +$Form->renderActive($RENDERER, $vars, Horde::applicationUrl('admin/accounts.php'), 'post'); if ($vars->get('action') == 'edit') { - $deleteUrl = Horde::applicationUrl('admin.php'); + $deleteUrl = Horde::applicationUrl('admin/accounts.php'); $params = array ('action' => 'delete', 'account' => $account); $deleteUrl = Horde_Util::addParameter($deleteUrl, $params); diff --git a/shout/templates/admin/accounts/list.inc b/shout/templates/admin/accounts/list.inc index d15573505..e62900ef7 100644 --- a/shout/templates/admin/accounts/list.inc +++ b/shout/templates/admin/accounts/list.inc @@ -1,7 +1,3 @@ -
- Account: -
-
@@ -10,7 +6,7 @@
Admin PIN