From fcbd661b4f16db2ac424cefee55fbd06c5f47e6e Mon Sep 17 00:00:00 2001 From: Corey Wilson Date: Tue, 4 Sep 2018 17:34:34 -0400 Subject: ncp-web: add hover text for ncp admin header icons --- ncp-web/index.php | 28 ++++++++++++---------------- 1 file changed, 12 insertions(+), 16 deletions(-) (limited to 'ncp-web') diff --git a/ncp-web/index.php b/ncp-web/index.php index 9e2daa12..9c8ca46c 100644 --- a/ncp-web/index.php +++ b/ncp-web/index.php @@ -131,27 +131,27 @@ HTML; ?>
- + ">
-
+
">
-
+
">
- +
-HTML; -?> +
"> +
+
+
+
@@ -233,7 +229,7 @@ HTML; { echo "$key"; echo ""; - foreach ( $val as $k => $v ) + foreach ( $val as $k => $v ) echo ""; echo '
$k$v
'; } -- cgit v1.2.3