From 11d27e86d8d6acf1a167da4f719a9bb46681d6ff Mon Sep 17 00:00:00 2001 From: Olav Morken <olav.morken@uninett.no> Date: Fri, 29 Jan 2010 09:49:53 +0000 Subject: [PATCH] Logout: Move buttons onto same line. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2150 44740490-163a-0410-bde0-09ae8108e29a --- modules/core/templates/logout-iframe.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/core/templates/logout-iframe.php b/modules/core/templates/logout-iframe.php index d68f4572a..1173b5d22 100644 --- a/modules/core/templates/logout-iframe.php +++ b/modules/core/templates/logout-iframe.php @@ -130,13 +130,13 @@ if ($type === 'init') { <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> -- GitLab