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_smart.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/usr/local/www/diag_smart.php') diff --git a/src/usr/local/www/diag_smart.php b/src/usr/local/www/diag_smart.php index 553a76c..1bb0a37 100644 --- a/src/usr/local/www/diag_smart.php +++ b/src/usr/local/www/diag_smart.php @@ -294,7 +294,7 @@ switch ($action) { if (!empty($pconfig['smartmonemail'])) { $form->addGlobal(new Form_Button( 'test', - gettext('Send test email'), + 'Send test email', null, 'fa-send' ))->addClass('btn-info'); @@ -314,7 +314,7 @@ switch ($action) { $btnview = new Form_Button( 'submit', - gettext('View'), + 'View', null, 'fa-file-text-o' ); @@ -394,7 +394,7 @@ switch ($action) { $btntest = new Form_Button( 'submit', - gettext('Test'), + 'Test', null, 'fa-wrench' ); @@ -467,7 +467,7 @@ switch ($action) { $btnview = new Form_Button( 'submit', - gettext('View'), + 'View', null, 'fa-file-text-o' ); @@ -521,7 +521,7 @@ switch ($action) { // Abort $btnabort = new Form_Button( 'submit', - gettext('Abort'), + 'Abort', null, 'fa-times' ); -- cgit v1.1