summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2016-02-03 13:10:47 -0500
committerjim-p <jimp@pfsense.org>2016-02-03 13:10:47 -0500
commit934795aed447c7ca18ae885038b544a20cf99d8a (patch)
tree8a1f9657efe2bd1f722329a64c4a74a4efbdca69
parentc7127a130022e92c1f762c35fdb85df723757384 (diff)
downloadpfsense-934795aed447c7ca18ae885038b544a20cf99d8a.zip
pfsense-934795aed447c7ca18ae885038b544a20cf99d8a.tar.gz
Add back "Save & Force Update" for RFC 2136
-rw-r--r--src/usr/local/www/services_rfc2136_edit.php15
1 files changed, 10 insertions, 5 deletions
diff --git a/src/usr/local/www/services_rfc2136_edit.php b/src/usr/local/www/services_rfc2136_edit.php
index fa054ab..891e8b1 100644
--- a/src/usr/local/www/services_rfc2136_edit.php
+++ b/src/usr/local/www/services_rfc2136_edit.php
@@ -325,12 +325,17 @@ $section->addInput(new Form_Input(
))->setHelp('You may enter a description here for your reference (not parsed).');
if (isset($id) && $a_rfc2136[$id]) {
- $section->addInput(new Form_Input(
- 'id',
- null,
- 'hidden',
- $id
+ $section->addInput(new Form_Input(
+ 'id',
+ null,
+ 'hidden',
+ $id
));
+
+ $form->addGlobal(new Form_Button(
+ 'force',
+ 'Save & Force Update'
+ ))->removeClass('btn-primary')->addClass('btn-info');
}
$form->add($section);
OpenPOWER on IntegriCloud