From 517071cc630a31426ceea67fdade971861088b1e Mon Sep 17 00:00:00 2001 From: Jared Dillard Date: Wed, 2 Sep 2015 15:00:58 -0500 Subject: Revert "convert old icons to glyphicons" This reverts commit 02274bf8aae1c3641fa413cab99b0f9331359dbe. --- src/usr/local/www/shortcuts.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/usr/local/www/shortcuts.inc b/src/usr/local/www/shortcuts.inc index b21986e..c4bf48e 100644 --- a/src/usr/local/www/shortcuts.inc +++ b/src/usr/local/www/shortcuts.inc @@ -102,7 +102,7 @@ function get_shortcut_main_link($shortcut_section, $addspace = true, $service = break; } if (!empty($link) && ($_SERVER['REQUEST_URI'] != "/{$link}")) { - return "{$space}"; + return "{$space}\"plus\""; } } @@ -130,7 +130,7 @@ function get_shortcut_status_link($shortcut_section, $addspace = true, $service break; } if (!empty($link)) { - return "{$space}"; + return "{$space}\"status\""; } } @@ -138,7 +138,7 @@ function get_shortcut_log_link($shortcut_section, $addspace = true) { global $g, $shortcuts; $space = ($addspace) ? " " : "" ; if (!empty($shortcut_section) && !empty($shortcuts[$shortcut_section]['log'])) { - return "{$space}"; + return "{$space}\"logs\""; } } -- cgit v1.1