From 42e90b4dc154482a6109678e2ab6c924cf1bb85d Mon Sep 17 00:00:00 2001 From: Carlos Eduardo Ramos Date: Thu, 15 Jul 2010 17:04:22 -0300 Subject: Corrections gettext implementation on services_dhcp_relay.php --- usr/local/www/services_dhcp_relay.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'usr/local/www/services_dhcp_relay.php') diff --git a/usr/local/www/services_dhcp_relay.php b/usr/local/www/services_dhcp_relay.php index 1428256..25fa4bf 100755 --- a/usr/local/www/services_dhcp_relay.php +++ b/usr/local/www/services_dhcp_relay.php @@ -106,7 +106,7 @@ if ($_POST) { if (isset($_POST['proxydhcp'])) $_POST['server'] = get_wan_dhcp_server(); $reqdfields = explode(" ", "server"); - $reqdfieldsn = explode(",", "Destination Server"); + $reqdfieldsn = array(gettext("Destination Server")); do_input_validation($_POST, $reqdfields, $reqdfieldsn, &$input_errors); @@ -214,21 +214,21 @@ function enable_change(enable_over) {   onClick="enable_change(false)"> - +   > -
- If this is checked, the DHCP relay will append the circuit ID (%s interface number) and the agent ID to the DHCP request."),$g['product_name']);?> +
+ - onClick="enable_change(false)"> + onClick="enable_change(false)">


-- cgit v1.1