changeset 418:0688a1d2122e

Add link for opening the info view window.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 05 Dec 2013 18:52:17 +0200
parents d2ece5d0aaa4
children 206a18bc603a
files admajax.php admin.css
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/admajax.php	Thu Dec 05 18:48:43 2013 +0200
+++ b/admajax.php	Thu Dec 05 18:52:17 2013 +0200
@@ -632,6 +632,7 @@
           stGetShowModeButton(SMODE_DISABLED, "Off/disabled", $showMode)."\n".
           stGetShowModeButton(SMODE_ROTATE, "Slide rotation", $showMode)."\n".
           stGetShowModeButton(SMODE_COMPO, "Compo mode", $showMode)."\n".
+          "<a href=\"show.php\" target=\"_blank\">Open info window</a>\n".
           "</div>\n".
           "<div id=\"ctrlSystemControls\">\n".
           stGetFormButtonInput("syscheck", "", "", "Perform system check", "performSystemCheck()")."\n".
--- a/admin.css	Thu Dec 05 18:48:43 2013 +0200
+++ b/admin.css	Thu Dec 05 18:52:17 2013 +0200
@@ -31,7 +31,7 @@
 	line-height: 2.7em;
 }
 
-div.tabHeadersSub a {
+div.tabHeadersSub a, #ctrlModeControls a {
 	text-decoration: none;
 	margin: 0px;
 	padding: 5pt;
@@ -52,7 +52,7 @@
 	border-top-right-radius: 5pt;
 }
 
-div.tabHeaders a:hover, div.tabHeadersSub a:hover {
+div.tabHeaders a:hover, div.tabHeadersSub a:hover, #ctrlModeControls a:hover {
 	background: #C8D286;
 }