summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_backup.php
diff options
context:
space:
mode:
authorJared Dillard <jdillard@netgate.com>2015-12-01 11:29:37 -0600
committerJared Dillard <jdillard@netgate.com>2015-12-01 11:29:42 -0600
commit477db9337939aa606c76edba77394b39a03467a9 (patch)
treee9ba159b78499333300867df0f58265e240ebd76 /src/usr/local/www/diag_backup.php
parente226c360099cd3f412d9780f35e685f6461ec4b0 (diff)
downloadpfsense-477db9337939aa606c76edba77394b39a03467a9.zip
pfsense-477db9337939aa606c76edba77394b39a03467a9.tar.gz
add option to choose number of dashboard columns
Diffstat (limited to 'src/usr/local/www/diag_backup.php')
-rw-r--r--src/usr/local/www/diag_backup.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/diag_backup.php b/src/usr/local/www/diag_backup.php
index d152f59..7e75e7e 100644
--- a/src/usr/local/www/diag_backup.php
+++ b/src/usr/local/www/diag_backup.php
@@ -735,7 +735,7 @@ $section->addInput(new Form_Input(
$group = new Form_Group('');
$group->add(new Form_Button(
'Submit',
- 'Restore configuration'
+ 'Restore Configuration'
))->setHelp('The firewall will reboot after restoring the configuration.')->removeClass('btn-primary')->addClass('btn-danger');
$section->add($group);
@@ -749,8 +749,8 @@ if (($config['installedpackages']['package'] != "") || (is_subsystem_dirty("pack
$group = new Form_Group('');
$group->add(new Form_Button(
'Submit',
- 'Reinstall packages'
- ))->setHelp('Click this button to reinstall all system packages. This may take a while.')->removeClass('btn-primary')->addClass('btn-warning');
+ 'Reinstall Packages'
+ ))->setHelp('Click this button to reinstall all system packages. This may take a while.')->removeClass('btn-primary')->addClass('btn-danger');
$section->add($group);
}
OpenPOWER on IntegriCloud