summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dhcpv6.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_dhcpv6.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_dhcpv6.php')
-rw-r--r--src/usr/local/www/services_dhcpv6.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/usr/local/www/services_dhcpv6.php b/src/usr/local/www/services_dhcpv6.php
index 5ea233f..7cd52db 100644
--- a/src/usr/local/www/services_dhcpv6.php
+++ b/src/usr/local/www/services_dhcpv6.php
@@ -754,7 +754,7 @@ $section->addInput(new Form_Checkbox(
$btndyndns = new Form_Button(
'btndyndns',
- gettext('Advanced'),
+ 'Advanced',
null,
'fa-cog'
);
@@ -822,7 +822,7 @@ $section->addInput(new Form_Checkbox(
$btnntp = new Form_Button(
'btnntp',
- gettext('Advanced'),
+ 'Advanced',
null,
'fa-cog'
);
@@ -858,7 +858,7 @@ $section->add($group);
$btnldap = new Form_Button(
'btnldap',
- gettext('Advanced'),
+ 'Advanced',
null,
'fa-cog'
);
@@ -879,7 +879,7 @@ $section->addInput(new Form_Input(
$btnnetboot = new Form_Button(
'btnnetboot',
- gettext('Advanced'),
+ 'Advanced',
null,
'fa-cog'
);
@@ -907,7 +907,7 @@ $section->addInput(new Form_Input(
$btnadnl = new Form_Button(
'btnadnl',
- gettext('Advanced'),
+ 'Advanced',
null,
'fa-cog'
);
@@ -954,7 +954,7 @@ foreach ($pconfig['numberoptions']['item'] as $item) {
$btn = new Form_Button(
'deleterow' . $counter,
- gettext('Delete'),
+ 'Delete',
null,
'fa-trash'
);
@@ -968,7 +968,7 @@ foreach ($pconfig['numberoptions']['item'] as $item) {
$btnaddopt = new Form_Button(
'addrow',
- gettext('Add Option'),
+ 'Add Option',
null,
'fa-plus'
);
OpenPOWER on IntegriCloud