From faab522fa51ec83c0284e3f1fc6129580d7360f7 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Tue, 15 Mar 2016 09:39:46 -0300 Subject: Revert "Merge pull request #2728 from phil-davis/form_button" This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversing changes made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f. --- src/usr/local/www/diag_backup.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/usr/local/www/diag_backup.php') diff --git a/src/usr/local/www/diag_backup.php b/src/usr/local/www/diag_backup.php index b7cd6cf..5b49019 100644 --- a/src/usr/local/www/diag_backup.php +++ b/src/usr/local/www/diag_backup.php @@ -664,7 +664,7 @@ $group = new Form_Group(''); // Note: ID attribute of each element created is to be unique. Not being used, suppressing it. $group->add(new Form_Button( 'Submit', - gettext('Download configuration as XML'), + 'Download configuration as XML', null, 'fa-download' ))->setAttribute('id')->addClass('btn-primary'); @@ -712,7 +712,7 @@ $group = new Form_Group(''); // Note: ID attribute of each element created is to be unique. Not being used, suppressing it. $group->add(new Form_Button( 'Submit', - gettext('Restore Configuration'), + 'Restore Configuration', null, 'fa-undo' ))->setHelp('The firewall will reboot after restoring the configuration.')->addClass('btn-danger restore')->setAttribute('id'); @@ -729,7 +729,7 @@ if (($config['installedpackages']['package'] != "") || (is_subsystem_dirty("pack // Note: ID attribute of each element created is to be unique. Not being used, suppressing it. $group->add(new Form_Button( 'Submit', - gettext('Reinstall Packages'), + 'Reinstall Packages', null, 'fa-retweet' ))->setHelp('Click this button to reinstall all system packages. This may take a while.')->addClass('btn-success')->setAttribute('id'); @@ -742,7 +742,7 @@ if (($config['installedpackages']['package'] != "") || (is_subsystem_dirty("pack // Note: ID attribute of each element created is to be unique. Not being used, suppressing it. $group->add(new Form_Button( 'Submit', - gettext('Clear Package Lock'), + 'Clear Package Lock', null, 'fa-wrench' ))->setHelp('Click this button to clear the package lock if a package fails to reinstall properly after an upgrade.')->addClass('btn-warning')->setAttribute('id'); -- cgit v1.1