From 643bfab89c2778293068ba72c4e503176e11a83e Mon Sep 17 00:00:00 2001 From: NOYB Date: Wed, 20 Jan 2016 19:43:33 -0800 Subject: Use icons instead of text. Shorten titles to be more consistent with other title bar shortcuts and also match the option setting title. --- src/usr/local/www/head.inc | 12 ++++++------ src/usr/local/www/system.php | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'src/usr') diff --git a/src/usr/local/www/head.inc b/src/usr/local/www/head.inc index ab83741..cd9e453 100755 --- a/src/usr/local/www/head.inc +++ b/src/usr/local/www/head.inc @@ -464,24 +464,24 @@ if (($pagename === "index.php") && ($numColumns > 2)) {
  • - "> - + "> +
  • - "> - + "> +
  • - "> - + "> +
  • diff --git a/src/usr/local/www/system.php b/src/usr/local/www/system.php index b7033d0..d0657d7 100644 --- a/src/usr/local/www/system.php +++ b/src/usr/local/www/system.php @@ -537,7 +537,7 @@ $group->add(new Form_Checkbox( $group->add(new Form_Checkbox( 'systemlogsmanagelogpanel', null, - 'Manage Logs', + 'Manage Log', $pconfig['systemlogsmanagelogpanel'] ))->setHelp('Show the Manage Log panel in System Logs.'); -- cgit v1.1