diff options
| author | Simon | 2011-03-08 20:33:51 +0100 |
|---|---|---|
| committer | Simon | 2011-03-08 20:33:51 +0100 |
| commit | c8bbb9cae7b60ed988cbbf93f9e5cdbfae798ce2 (patch) | |
| tree | 056bc62afec74dadd52677e8a231f5a2c579a8b5 /application/views/scripts/session/index.phtml | |
| parent | Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff) | |
| download | pbs2-c8bbb9cae7b60ed988cbbf93f9e5cdbfae798ce2.tar.gz pbs2-c8bbb9cae7b60ed988cbbf93f9e5cdbfae798ce2.tar.xz pbs2-c8bbb9cae7b60ed988cbbf93f9e5cdbfae798ce2.zip | |
ansichten vereinheitlicht & Auth gefixxt & user test//test angelegt
Diffstat (limited to 'application/views/scripts/session/index.phtml')
| -rw-r--r-- | application/views/scripts/session/index.phtml | 14 |
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> |
