diff --git a/src/www/fbegin.inc b/src/www/fbegin.inc index ae6ede7fd..71fd1dd5f 100644 --- a/src/www/fbegin.inc +++ b/src/www/fbegin.inc @@ -182,12 +182,12 @@ if($need_alert_display == true) { } } ?> - =$button['label'];?> + = $button['label'] ?> =gettext("Save Settings");?> - = gettext('Add widget') ?> + = gettext('Add widget') ?> >=gettext("1 column");?> >=gettext("2 columns");?> diff --git a/src/www/system_authservers.php b/src/www/system_authservers.php index 51ab6764f..80948aa00 100644 --- a/src/www/system_authservers.php +++ b/src/www/system_authservers.php @@ -320,13 +320,11 @@ legacy_html_escape_form_data($a_server); include("head.inc"); $main_buttons = array(); -if (!isset($_GET['act']) || $_GET['act'] != 'new') { - $main_buttons[] = array('label'=>gettext('Add server'), 'href'=>'system_authservers.php?act=new'); +if (!isset($_GET['act'])) { + $main_buttons[] = array('label' => gettext('Add'), 'href' => 'system_authservers.php?act=new'); } ?> - - @@ -1041,10 +1046,6 @@ $( document ).ready(function() { - " data-toggle="tooltip"> - -