From 931cb4e4ae2ddf6569ec67ea07fcb4f4d3881a83 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 26 May 2007 22:11:38 +0000 Subject: [PATCH] Remove gettext() --- usr/local/www/firewall_system_tunables.php | 12 ++++++------ usr/local/www/firewall_system_tunables_edit.php | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/usr/local/www/firewall_system_tunables.php b/usr/local/www/firewall_system_tunables.php index da2d8867f2..6fead1e724 100644 --- a/usr/local/www/firewall_system_tunables.php +++ b/usr/local/www/firewall_system_tunables.php @@ -28,7 +28,7 @@ POSSIBILITY OF SUCH DAMAGE. */ -$pgtitle = array(gettext("Firewall"),gettext("System Tunables")); +$pgtitle = array("Firewall","System Tunables"); require("guiconfig.inc"); @@ -76,7 +76,7 @@ include("fbegin.inc");

-
+
@@ -84,9 +84,9 @@ include("fbegin.inc");
- - - + + + @@ -103,7 +103,7 @@ include("fbegin.inc");
Tunable NameDescriptionValue
- +
')">
diff --git a/usr/local/www/firewall_system_tunables_edit.php b/usr/local/www/firewall_system_tunables_edit.php index 1d30083037..68bb60a366 100644 --- a/usr/local/www/firewall_system_tunables_edit.php +++ b/usr/local/www/firewall_system_tunables_edit.php @@ -28,7 +28,7 @@ POSSIBILITY OF SUCH DAMAGE. */ -$pgtitle = array(gettext("Firewall"),gettext("System Tunables"),gettext("Edit")); +$pgtitle = array("Firewall","System Tunables","Edit"); require("guiconfig.inc"); if (!is_array($config['sysctl']['item'])) { @@ -94,19 +94,19 @@ include("fbegin.inc"); - + - + - + @@ -114,8 +114,8 @@ include("fbegin.inc");
Tunable
Description
Value
  - " /> - " onclick="history.back()" /> + +