Changeset 16864


Ignore:
Timestamp:
04/23/11 14:33:26 (2 years ago)
Author:
sash
Message:

small gui enhencements

Location:
src/router/kromo/dd-wrt
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • src/router/kromo/dd-wrt/PPPoE_Server.asp

    r16347 r16864  
    261261                                                </dl><br /> 
    262262                                                        <a href="javascript:openHelpWindow<% ifdef("EXTHELP","Ext"); %>('Hpppoesrv.asp');"><% tran("share.more"); %></a> 
    263                                                 </div> 
     263                                        </div> 
    264264                                </div> 
    265265                                <div id="floatKiller"></div> 
  • src/router/kromo/dd-wrt/PPTP.asp

    r16404 r16864  
    252252                                                <div><h2><% tran("share.help"); %></h2></div> 
    253253                                                <dl> 
    254                                                         <dd class="term"><% tran("service.vpnd_config"); %></dd> 
    255                                                         <dt class="definition"><% tran("hstatus_vpn.right2"); %></dt> 
    256                                                         <dd class="term"><% tran("service.vpn_route"); %></dd> 
    257                                                         <dt class="definition"><% tran("hstatus_vpn.right1"); %></dt> 
     254                                                        <dt class="term"><% tran("service.vpnd_config"); %></dt> 
     255                                                        <dd class="definition"><% tran("hstatus_vpn.right2"); %></dd> 
     256                                                        <dt class="term"><% tran("service.vpn_route"); %></dt> 
     257                                                        <dd class="definition"><% tran("hstatus_vpn.right1"); %></dd> 
    258258                                                </dl><br /> 
    259259                                                <a href="javascript:openHelpWindow<% ifdef("EXTHELP","Ext"); %>('HPPTP.asp');"><% tran("share.more"); %></a> 
  • src/router/kromo/dd-wrt/lang_pack/english.js

    r16809 r16864  
    13121312//help container 
    13131313var hpppoesrv = new Object(); 
    1314 hpppoesrv.right2="IP: 0.0.0.0; you will get served an IP from the pool"; 
     1314hpppoesrv.right2="IP: 0.0.0.0; you'ĺl serve IP's from the pool"; 
    13151315 
    13161316//snmp.webservices 
     
    13241324 
    13251325//openvpn.webvpn 
    1326 service.vpnd_legend="OpenVPN Server"; 
     1326service.vpnd_legend="OpenVPN Server/Daemon"; 
    13271327service.vpnd_srv="Start OpenVPN Server"; 
    13281328service.vpnd_starttype="Start Type"; 
     
    13591359service.vpn_certtype="nsCertType verification"; 
    13601360service.vpn_clikey="Private Client Key"; 
    1361 service.vpn_nat="Enable NAT"; 
     1361service.vpn_nat="NAT"; 
    13621362service.vpn_cipher="Encryption Cipher"; 
    13631363service.vpn_auth="Hash Algorithm"; 
     
    13691369//help container 
    13701370var hstatus_vpn = new Object(); 
    1371 hstatus_vpn.right1="Add IP's in the form 0.0.0.0/0 to use the tunnelgateway. One Line per IP. Redirect Gateway MUST be off."; 
    1372 hstatus_vpn.right2="To push routes to clients add push \"route 0.0.0.0\", to push DNS/WINS add push \"dhcp-option DNS (or WINS) 0.0.0.0\" to the config "; 
     1371hstatus_vpn.right1="Add IP's in the form 0.0.0.0/0 to force clients to use the tunnel as defaultgateway. One Line per IP. Redirect Gateway MUST be off."; 
     1372hstatus_vpn.right2="To push routes to clients add \'push \"route 0.0.0.0\"\', to push DNS/WINS add \'push \"dhcp-option DNS (or WINS) 0.0.0.0\"\' to the config "; 
    13731373 
    13741374//vnc.repeater 
Note: See TracChangeset for help on using the changeset viewer.