summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/session/index.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'application/views/scripts/session/index.phtml')
-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>