Changeset 14242


Ignore:
Timestamp:
04/13/10 12:50:28 (3 years ago)
Author:
BrainSlayer
Message:

cosmetic fixes and special settings for buffalo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/router/radiooff/radiooff_buffalo.webservices

    r14239 r14242  
    55                <div class="label"><% tran("service.radiooff_srv"); %></div> 
    66                <input class="spaceradio" type="radio" value="1" name="radiooff_button" <% nvram_checked("radiooff_button","1"); %> onclick="show_layer_ext(this, 'idradiooff', true)" />&nbsp; 
     7        <div> 
     8        <div class="setting"> 
    79                <div class="label"><% tran("service.radiooff_srv_aoss"); %></div> 
    810                <input class="spaceradio" type="radio" value="2" name="radiooff_button" <% nvram_checked("radiooff_button","2"); %> onclick="show_layer_ext(this, 'idradiooff', false)" />&nbsp; 
     11        </div> 
     12        <div class="setting"> 
    913                <div class="label"><% tran("service.radiooff_srv_disabled"); %></div> 
    1014                <input class="spaceradio" type="radio" value="0" name="radiooff_button" <% nvram_checked("radiooff_button","0"); %> onclick="show_layer_ext(this, 'idradiooff', false)" />&nbsp; 
Note: See TracChangeset for help on using the changeset viewer.