summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dhcp.php
diff options
context:
space:
mode:
authork-paulius <k.dash.paulius@gmail.com>2016-02-13 17:12:08 -0600
committerStephen Beaver <sbeaver@netgate.com>2016-02-14 15:09:54 -0500
commit1bd5e62dced82f354e9d769cab8384955f0b1d82 (patch)
treed4e511d139c82ec35a2421e555d01cd616d7c275 /src/usr/local/www/services_dhcp.php
parent7c945f74712d3c2ef8d1beee65b881cfcf80e6bd (diff)
downloadpfsense-1bd5e62dced82f354e9d769cab8384955f0b1d82.zip
pfsense-1bd5e62dced82f354e9d769cab8384955f0b1d82.tar.gz
Use print_info_box() to generate alerts
Diffstat (limited to 'src/usr/local/www/services_dhcp.php')
-rw-r--r--src/usr/local/www/services_dhcp.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/usr/local/www/services_dhcp.php b/src/usr/local/www/services_dhcp.php
index 7306e68..6a9f0c7 100644
--- a/src/usr/local/www/services_dhcp.php
+++ b/src/usr/local/www/services_dhcp.php
@@ -784,10 +784,7 @@ if (!is_numeric($pool) && !($act == "newpool")) {
$pconfig['enable']
));
} else {
- $section->addInput(new Form_StaticText(
- null,
- '<div class="alert alert-info"> Editing Pool-Specific Options. To return to the Interface, click its tab above. </div>'
- ));
+ print_info_box(gettext('Editing Pool-Specific Options. To return to the Interface, click its tab above.'), 'info', false);
}
$section->addInput(new Form_Checkbox(
OpenPOWER on IntegriCloud