Changeset 614 for trunk

Show
Ignore:
Timestamp:
09/21/11 19:53:09 (8 months ago)
Author:
scriado
Message:

* FIXED: Refresh page in somes browses after aplied config. Thx FGallina :D
* FIXED: Wireless mode selection in config page

Location:
trunk/nightwing
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/nightwing/etc/CHANGELOG

    r607 r614  
    55* FIXED: Layout of Web Admin Interface. 
    66* FIXED: reboot uhttpd thru the Web Admin Interface. 
     7* FIXED: Refresh page in somes browses after aplied config. Thx FGallina :D 
     8* FIXED: Wireless mode selection in config page 
    79 
    810Version 0.7.7 
  • trunk/nightwing/www/cgi-bin/nw_config/header_html

    r594 r614  
    1919        if(!window.location.toString().match(/nw_conf_web/)){ 
    2020         window.location =  "/cgi-bin/nw_config/nw_conf_web.html" 
    21          window.location.replace(); 
    2221        }  
    2322      } 
  • trunk/nightwing/www/cgi-bin/nw_config/nw_conf_web.html

    r605 r614  
    6767                                <OPTION selected label="none" value="">None</OPTION> 
    6868                                <OPTGROUP label="Please Select A Wireless Mode"> 
    69                                         <OPTION label="3.7.1" value="11b">11b</OPTION> 
    70                                         <OPTION label="3.7" value="11g">11g</OPTION> 
    71                                         <OPTION label="3.5" value="11bg">11bg</OPTION> 
     69                                        <OPTION value="11b">11b</OPTION> 
     70                                        <OPTION value="11g">11g</OPTION> 
     71                                        <OPTION value="11bg">11bg</OPTION> 
    7272                                </OPTGROUP> 
    7373                        </SELECT> <b>Current: </b>$WMODE<br>