Revision: 2150
Author: olavmrk
Date: Fri Jan 29 01:49:53 2010
Log: Logout: Move buttons onto same line.
http://code.google.com/p/simplesamlphp/source/detail?r=2150

Modified:
 /trunk/modules/core/templates/logout-iframe.php

=======================================
--- /trunk/modules/core/templates/logout-iframe.php     Wed Jan 27 01:26:23 2010
+++ /trunk/modules/core/templates/logout-iframe.php     Fri Jan 29 01:49:53 2010
@@ -130,13 +130,13 @@
 <div id="confirmation" style="margin-top: 1em" >
 <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" id="logout-type-selector" name="type" value="nojs" />
<input type="submit" id="logout-all" name="ok" value="<?php echo $this->t('{logout:logout_all}'); ?>" />
 </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="submit" name="cancel" value="<?php echo $logoutCancelText; ?>" />
 </form>

--
You received this message because you are subscribed to the Google Groups 
"simpleSAMLphp commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/simplesamlphp-commits?hl=en.

Reply via email to