Skip to content
Snippets Groups Projects
Commit 11d27e86 authored by Olav Morken's avatar Olav Morken
Browse files

Logout: Move buttons onto same line.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2150 44740490-163a-0410-bde0-09ae8108e29a
parent d6717648
No related branches found
No related tags found
No related merge requests found
...@@ -130,13 +130,13 @@ if ($type === 'init') { ...@@ -130,13 +130,13 @@ if ($type === 'init') {
<div id="confirmation" style="margin-top: 1em" > <div id="confirmation" style="margin-top: 1em" >
<p><?php echo $this->t('{logout:logout_all_question}'); ?> <br /></p> <p><?php echo $this->t('{logout:logout_all_question}'); ?> <br /></p>
<form id="startform" method="get" action="logout-iframe.php"> <form id="startform" method="get" style="display:inline;" action="logout-iframe.php">
<input type="hidden" name="id" value="<?php echo $id; ?>" /> <input type="hidden" name="id" value="<?php echo $id; ?>" />
<input type="hidden" id="logout-type-selector" name="type" value="nojs" /> <input type="hidden" id="logout-type-selector" name="type" value="nojs" />
<input type="submit" id="logout-all" name="ok" value="<?php echo $this->t('{logout:logout_all}'); ?>" /> <input type="submit" id="logout-all" name="ok" value="<?php echo $this->t('{logout:logout_all}'); ?>" />
</form> </form>
<form method="get" action="logout-iframe-done.php"> <form method="get" style="display:inline;" action="logout-iframe-done.php">
<input type="hidden" name="id" value="<?php echo $id; ?>" /> <input type="hidden" name="id" value="<?php echo $id; ?>" />
<input type="submit" name="cancel" value="<?php echo $logoutCancelText; ?>" /> <input type="submit" name="cancel" value="<?php echo $logoutCancelText; ?>" />
</form> </form>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment