summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dhcp.php
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-03-15 09:39:46 -0300
committerRenato Botelho <renato@netgate.com>2016-03-15 09:39:46 -0300
commitfaab522fa51ec83c0284e3f1fc6129580d7360f7 (patch)
tree18d092c0126f1d5b48b4285fad3345b4c3d225e9 /src/usr/local/www/services_dhcp.php
parent8658cc0ed1127c2c7f1d84b4610db75675d914e7 (diff)
downloadpfsense-faab522fa51ec83c0284e3f1fc6129580d7360f7.zip
pfsense-faab522fa51ec83c0284e3f1fc6129580d7360f7.tar.gz
Revert "Merge pull request #2728 from phil-davis/form_button"
This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversing changes made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f.
Diffstat (limited to 'src/usr/local/www/services_dhcp.php')
-rw-r--r--src/usr/local/www/services_dhcp.php18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/usr/local/www/services_dhcp.php b/src/usr/local/www/services_dhcp.php
index 0db78a8..4f0eb6a 100644
--- a/src/usr/local/www/services_dhcp.php
+++ b/src/usr/local/www/services_dhcp.php
@@ -882,7 +882,7 @@ if (!is_numeric($pool) && !($act == "newpool")) {
$btnaddpool = new Form_Button(
'btnaddpool',
- gettext('Add pool'),
+ 'Add pool',
'services_dhcp.php?if=' . htmlspecialchars($if) . '&act=newpool',
'fa-plus'
);
@@ -999,7 +999,7 @@ if (!is_numeric($pool) && !($act == "newpool")) {
// DDNS
$btnadv = new Form_Button(
'btnadvdns',
- gettext('Advanced'),
+ 'Advanced',
null,
'fa-cog'
);
@@ -1049,7 +1049,7 @@ $section->addInput(new Form_Input(
// Advanced MAC
$btnadv = new Form_Button(
'btnadvmac',
- gettext('Advanced'),
+ 'Advanced',
null,
'fa-cog'
);
@@ -1078,7 +1078,7 @@ $section->addInput(new Form_Input(
// Advanced NTP
$btnadv = new Form_Button(
'btnadvntp',
- gettext('Advanced'),
+ 'Advanced',
null,
'fa-cog'
);
@@ -1105,7 +1105,7 @@ $section->addInput(new Form_IpAddress(
// Advanced TFTP
$btnadv = new Form_Button(
'btnadvtftp',
- gettext('Advanced'),
+ 'Advanced',
null,
'fa-cog'
);
@@ -1126,7 +1126,7 @@ $section->addInput(new Form_IpAddress(
// Advanced LDAP
$btnadv = new Form_Button(
'btnadvldap',
- gettext('Advanced'),
+ 'Advanced',
null,
'fa-cog'
);
@@ -1150,7 +1150,7 @@ $form->add($section);
// Advanced Additional options
$btnadv = new Form_Button(
'btnadvopts',
- gettext('Advanced'),
+ 'Advanced',
null,
'fa-cog'
);
@@ -1218,7 +1218,7 @@ foreach ($pconfig['numberoptions']['item'] as $item) {
$group->add(new Form_Button(
'deleterow' . $counter,
- gettext('Delete'),
+ 'Delete',
null,
'fa-trash'
))->addClass('btn-warning');
@@ -1230,7 +1230,7 @@ foreach ($pconfig['numberoptions']['item'] as $item) {
$section->addInput(new Form_Button(
'addrow',
- gettext('Add'),
+ 'Add',
null,
'fa-plus'
))->addClass('btn-success');
OpenPOWER on IntegriCloud