summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_authentication.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/diag_authentication.php')
-rw-r--r--src/usr/local/www/diag_authentication.php10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/usr/local/www/diag_authentication.php b/src/usr/local/www/diag_authentication.php
index 6adb424..5e6813a 100644
--- a/src/usr/local/www/diag_authentication.php
+++ b/src/usr/local/www/diag_authentication.php
@@ -112,7 +112,7 @@ if ($savemsg) {
print_info_box($savemsg, 'success', false);
}
-$form = new Form('Test');
+$form = new Form(false);
$section = new Form_Section('Authentication Test');
@@ -144,6 +144,14 @@ $section->addInput(new Form_Input(
));
$form->add($section);
+
+$form->addGlobal(new Form_Button(
+ 'Submit',
+ 'Test',
+ null,
+ 'fa-wrench'
+))->addClass('btn-primary');
+
print $form;
include("foot.inc");
OpenPOWER on IntegriCloud