summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views
diff options
context:
space:
mode:
authormichael pereira2011-04-04 03:46:09 +0200
committermichael pereira2011-04-04 03:46:09 +0200
commit1898f0d3037d2f635570a4e43f317f4c90668a76 (patch)
tree2416d2e5721cc3e1f5890132f0538e33575fe5c7 /application/modules/user/views
parentJson Anzeige für getRessources zu Notifier hinzugefügt (diff)
downloadpbs2-1898f0d3037d2f635570a4e43f317f4c90668a76.tar.gz
pbs2-1898f0d3037d2f635570a4e43f317f4c90668a76.tar.xz
pbs2-1898f0d3037d2f635570a4e43f317f4c90668a76.zip
Bootmenu im User Controller fertig
Diffstat (limited to 'application/modules/user/views')
-rw-r--r--application/modules/user/views/scripts/bootmenu/index.phtml4
1 files changed, 1 insertions, 3 deletions
diff --git a/application/modules/user/views/scripts/bootmenu/index.phtml b/application/modules/user/views/scripts/bootmenu/index.phtml
index 72051ab..5f150aa 100644
--- a/application/modules/user/views/scripts/bootmenu/index.phtml
+++ b/application/modules/user/views/scripts/bootmenu/index.phtml
@@ -74,11 +74,10 @@
<td class='action'>
<a href="<?php echo $this->url(
array(
- 'module' => 'dev',
+
'controller' => 'resource',
'action' => 'getbootmenuentry',
'bootmenuentryID' => $bootmenuentry->getID(),
- 'alpha' => $_SESSION['alphasessionID'],
'page' => $this->page
),
'default',
@@ -98,7 +97,6 @@
'controller' => 'bootmenu',
'action' => 'editbootmenuentry',
'bootmenuentryID' => $bootmenuentry->getID(),
- 'bootmenuID' => $bootmenu->getID(),
'maxorder' => count($this->bootmenuentrylist[$bootmenu->getID()]),
'oldorder' => $bootmenuentry->getOrder(),
'page' => $this->page