[Mapbender-commits] r6626 - branches/2.6/http/php

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Jul 23 06:46:26 EDT 2010


Author: christoph
Date: 2010-07-23 10:46:26 +0000 (Fri, 23 Jul 2010)
New Revision: 6626

Modified:
   branches/2.6/http/php/mb_listGUIs.php
Log:
put logout button on top right

Modified: branches/2.6/http/php/mb_listGUIs.php
===================================================================
--- branches/2.6/http/php/mb_listGUIs.php	2010-07-23 10:28:56 UTC (rev 6625)
+++ branches/2.6/http/php/mb_listGUIs.php	2010-07-23 10:46:26 UTC (rev 6626)
@@ -58,9 +58,9 @@
 		 "<span style='color:#000000;font-size:24px;font-weight:bold;'>ender</span>".
 		 "<span style='font-size:24px;font-weight:bold;'> - "._mb('available applications')." </span>";
 		
-	printf("<span style='float:right;'><a href=\"../php/mod_logout.php?%s\"><img src=\"../img/button_gray/logout_off.png\" onmouseover=\"this.src='../img/button_gray/logout_over.png'\" onmouseout=\"this.src='../img/button_gray/logout_off.png'\" title=\"Logout\"></a></span>",SID);
+	printf("<span style='position:absolute;top:10px;right:20px;'><a href=\"../php/mod_logout.php?%s\"><img src=\"../img/button_gray/logout_off.png\" onmouseover=\"this.src='../img/button_gray/logout_over.png'\" onmouseout=\"this.src='../img/button_gray/logout_off.png'\" title=\"Logout\"></a></span>",SID);
 	
-	echo "<div id='guiListTabs' class='guiListTabs'>";
+	echo "<br><div id='guiListTabs' class='guiListTabs'>";
 	
 	echo "<ul>";
 	



More information about the Mapbender_commits mailing list