[icinga-checkins] icinga.org: icinga-core/rbartels/1.3: classic ui: fix missing html label/ text for searchbox () #John Giacalone #1114
git at icinga.org
git at icinga.org
Sat Jan 29 02:14:44 CET 2011
Module: icinga-core
Branch: rbartels/1.3
Commit: c851e05e7b80e1dfe287906f715ec1cf9529fe32
URL: https://git.icinga.org/?p=icinga-core.git;a=commit;h=c851e05e7b80e1dfe287906f715ec1cf9529fe32
Author: Michael Friedrich <michael.friedrich at univie.ac.at>
Date: Wed Jan 19 14:38:02 2011 +0100
classic ui: fix missing html label/text for searchbox () #John Giacalone #1114
thanks, it was removed while the font size was too big.
now it makes sense to re-add that, mostly for new users ofc.
fixes #1114
---
Changelog | 1 +
THANKS | 1 +
html/menu.html.in | 1 +
html/stylesheets/interface/menu.css | 7 +++++++
4 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/Changelog b/Changelog
index 13b4ee6..8953727 100644
--- a/Changelog
+++ b/Changelog
@@ -70,6 +70,7 @@ FIXES
* classic ui: changed naming of cgi config options for showlog_current_state(s) and showlog_current_state(s) #899
* classic ui: fix form/table DOM confusion in cgis (Sven-Göran Bergh) #1081
* classic ui: fix tac.cgi with incorrect links to filtered host details (Yannick Charton) #1065
+* classic ui: fix missing html label/text for searchbox () #John Giacalone #1114
* install: fix LD_LIBRARY_PATH export on non bash in idoutils init script (Alexander Skwar) #936
* install: add log2ido for adding archived logs onto socket/rdbms #926
diff --git a/THANKS b/THANKS
index ce95a0f..d7cdda0 100644
--- a/THANKS
+++ b/THANKS
@@ -111,6 +111,7 @@ in various ways. If we missed your name, let us know.
* Hugo Gayosso
* Weijun Ge
* Subhendu Ghosh
+* John Giacalone
* David Glick
* Mark Goldfinch
* Jeffrey Goldschrafe
diff --git a/html/menu.html.in b/html/menu.html.in
index 83c3b1a..c6a61ef 100644
--- a/html/menu.html.in
+++ b/html/menu.html.in
@@ -21,6 +21,7 @@
</div>
</li>
<!-- classic search -->
+ <li class="menuli_style3">Show Host:</li>
<li class="menuli_style2">
<div class="navbarsearch">
<form method="get" action="@cgiurl@/status.cgi" target="main">
diff --git a/html/stylesheets/interface/menu.css b/html/stylesheets/interface/menu.css
index 79be43e..9505be7 100644
--- a/html/stylesheets/interface/menu.css
+++ b/html/stylesheets/interface/menu.css
@@ -80,3 +80,10 @@ ul {
border-bottom: 1px solid #fff;
color: #6e7475;
}
+
+#menu ul li.menuli_style3 {
+ background-color: #e9e9e9;
+ color: #6e7475;
+ text-decoration: none;
+ padding-left: 20px;
+}
More information about the icinga-checkins
mailing list