Changeset 9746
- Timestamp:
- 06/17/2008 01:00:34 PM (1 year ago)
- Files:
-
- src/router/kromo/dd-wrt/changepass.asp (modified) (2 diffs)
- src/router/kromo/dd-wrt/lang_pack/english.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
src/router/kromo/dd-wrt/changepass.asp
r9714 r9746 46 46 <ul id="menuMainList"> 47 47 <li><span><% tran("bmenu.setup"); %></span></li> 48 <% ifndef("HASWIFI", "<!--"); %> 48 49 <li><span><% tran("bmenu.wireless"); %></span></li> 50 <% ifndef("HASWIFI", "-->"); %> 49 51 <% nvram_invmatch("sipgate","1","<!--"); %> 50 52 <li><span><% tran("bmenu.sipath"); %></span></li> 51 53 <% nvram_invmatch("sipgate","1","-->"); %> 54 <li><span><% tran("bmenu.services"); %></span></li> 52 55 <li><span><% tran("bmenu.security"); %></span></li> 53 56 <li><span><% tran("bmenu.accrestriction"); %></span></li> … … 68 71 69 72 <div id="contentsInfo"> 70 <dl> 71 <dd><% tran("management.changepassword"); %></dd> 72 </dl> 73 74 <h2><% tran("management.h2"); %></h2> 75 <div class="warning"> 76 <div id="warning_text"><p><b><% tran("management.changepassword"); %></script></b></p></div> 77 </div> 78 <br /> 79 73 80 <fieldset> 74 81 <legend><% tran("management.psswd_legend"); %></legend> src/router/kromo/dd-wrt/lang_pack/english.js
r9711 r9746 888 888 management.titl="Administration"; 889 889 management.h2="Router Management"; 890 management.changepassword="Your Router is currently not protected and uses a unsafe default username and password combination, please change it using the following dialog!";890 management.changepassword="Your Router is currently not protected and uses an unsafe default username and password combination, please change it using the following dialog!"; 891 891 management.psswd_legend="Router Password"; 892 892 management.psswd_user="Router Username";
