summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_pptp.php
diff options
context:
space:
mode:
authorCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-07-30 09:56:06 -0300
committerCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-07-30 09:56:06 -0300
commit9f6651a399ae4fa1a299f5199b2dfebf0982dca5 (patch)
tree3a127dccf670dc6f45a097e7a37441d38277add2 /usr/local/www/vpn_pptp.php
parent846b664dd7a9021887a2396bfc76cf76f5142529 (diff)
downloadpfsense-9f6651a399ae4fa1a299f5199b2dfebf0982dca5.zip
pfsense-9f6651a399ae4fa1a299f5199b2dfebf0982dca5.tar.gz
Fix gettext implementation on vpn_pptp.php
Diffstat (limited to 'usr/local/www/vpn_pptp.php')
-rwxr-xr-xusr/local/www/vpn_pptp.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/local/www/vpn_pptp.php b/usr/local/www/vpn_pptp.php
index d27fe76..af4d06e 100755
--- a/usr/local/www/vpn_pptp.php
+++ b/usr/local/www/vpn_pptp.php
@@ -311,7 +311,8 @@ function enable_change(enable_over) {
<input type="radio" name="mode" value="redir" onclick="enable_change(false)" <?php if ($pconfig['mode'] == "redir") echo "checked" ?>>
<?=gettext("Redirect incoming PPTP connections to");?>:</td>
-
+ <tr>
+ <td width="22%" valign="top" class="vncellreq"><?=gettext("PPTP redirection");?></td>
<td width="78%" class="vtable">
<?=$mandfldhtml;?><input name="redir" type="text" class="formfld unknown" id="redir" size="20" value="<?=htmlspecialchars($pconfig['redir']);?>">
<br>
OpenPOWER on IntegriCloud