summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/session
diff options
context:
space:
mode:
authormichael pereira2011-03-08 20:57:46 +0100
committermichael pereira2011-03-08 20:57:46 +0100
commit1a20e728eae09ceb8b3549628f67630a9b5d3ed8 (patch)
tree428c356ddad47c606a8834178cd6763abf5722de /application/views/scripts/session
parentBootMenu Order fertig (diff)
parentansichten vereinheitlicht & Auth gefixxt & user test//test angelegt (diff)
downloadpbs2-1a20e728eae09ceb8b3549628f67630a9b5d3ed8.tar.gz
pbs2-1a20e728eae09ceb8b3549628f67630a9b5d3ed8.tar.xz
pbs2-1a20e728eae09ceb8b3549628f67630a9b5d3ed8.zip
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
Diffstat (limited to 'application/views/scripts/session')
-rw-r--r--application/views/scripts/session/index.phtml14
1 files changed, 4 insertions, 10 deletions
diff --git a/application/views/scripts/session/index.phtml b/application/views/scripts/session/index.phtml
index d26e818..1d2506b 100644
--- a/application/views/scripts/session/index.phtml
+++ b/application/views/scripts/session/index.phtml
@@ -1,14 +1,8 @@
<h1>Session</h1>
-
-<p><a href="<?php echo $this->url(
- array(
- 'controller' => 'session',
- 'action' => 'createsession'
- ),
- 'default',
- true) ?>">create new session</a></p>
-
-<table border=1>
+<?php echo $this->formButton('createconfig', 'Create Session', array(
+ 'onclick' => 'self.location="/session/createsession"',
+ 'class' => 'addbutton'))?>
+<table>
<tr>
<th>SessionID</th>
<th>ClientID</th>