Skip to content

Commit

Permalink
merge by the-joker
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.dd-wrt.com/DD-WRT@50175 52c4871e-980c-0410-b1e0-e73912ce01f8
  • Loading branch information
BrainSlayer committed Sep 14, 2022
1 parent 10fcbea commit 1e8d3ca
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 18 deletions.
12 changes: 6 additions & 6 deletions src/router/kromo/dd-wrt/About.htm
Expand Up @@ -6,39 +6,39 @@ <h1>About DD-WRT's distributions</h1>
<table class="table-props t-border">
<thead>
<tr>
<th class="t-border thc">The <b>Mini</b></th>
<th class="t-border thc">The Mini</th>
</tr>
</thead>
<tbody>
<tr>
<td>Includes the same features of the standard distribution, with the exception of chillispot, nocat, rflow<!--, kaid-->, CIFS client, SNMP, IPv6, and MMC/SD card support.</td>
</tr>
<tr>
<th class="t-border thc">The <b>Standard</b></th>
<th class="t-border thc">The Standard</th>
</tr>
<tr>
<td>The (std) includes all features, with the exception of VOIP.</td>
</tr>
<tr>
<th class="t-border thc">The <b>Standard Nokaid</b></th>
<th class="t-border thc">The Standard Nokaid</th>
</tr>
<tr>
<td>The (std-nokaid) includes the same features of the standard distribution,<!-- <i>without kaid</i>--> to free some flash space.</td>
</tr>
<tr>
<th class="t-border thc">The <b>VOIP</b></th>
<th class="t-border thc">The VOIP</th>
</tr>
<tr>
<td>This includes all features<!--, except without<i>kaid</i>-->.</td>
</tr>
<tr>
<th class="t-border thc">The <b>VPN</b></th>
<th class="t-border thc">The VPN</th>
</tr>
<tr>
<td>It includes OpenVPN but <i>does not</i> include IPv6, CIFS client<!--, or kaid-->.</td>
</tr>
<tr>
<th class="t-border thc">The <b>Micro</b></th>
<th class="t-border thc">The Micro</th>
</tr>
<tr>
<td>This is a stripped down version designed for the WRT54G v5 and other 2MB router models.</td>
Expand Down
18 changes: 10 additions & 8 deletions src/router/kromo/dd-wrt/Management.asp
@@ -1,6 +1,6 @@
<% do_pagehead("management.titl"); %>
<script type="text/javascript">
//<![CDATA[
<script type="text/javascript">
//<![CDATA[
function SelPort(num,F) {
if(num == 1 && F.PasswdModify.value == 1){
Expand Down Expand Up @@ -109,7 +109,7 @@ function submitcheck(F) {
if(!ChangePasswd(F))
return false;
}
if(F._remote_mgt_https) {
if(F.http_enable.checked == true && F.https_enable.checked == false) {
F._remote_mgt_https.checked == false;
Expand All @@ -123,7 +123,7 @@ function submitcheck(F) {
F.remote_mgt_https.value = 0;
}
}
if(F._https_enable) {
if(F._https_enable.checked == true) {
F.https_enable.value = 1;
Expand All @@ -139,7 +139,7 @@ function submitcheck(F) {
F.http_enable.value = 0;
}
}
if(F._info_passwd) {
if(F._info_passwd.checked == true) {
F.info_passwd.value = 1;
Expand All @@ -163,10 +163,12 @@ function submitcheck(F) {
F.save_button.value = sbutton.saving;
return true;
}
function to_submit(F) {
if (submitcheck(F))
apply(F);
}
function to_apply(F) {
if (submitcheck(F))
applytake(F);
Expand Down Expand Up @@ -199,9 +201,9 @@ addEvent(window, "load", function() {
addEvent(window, "unload", function() {
update.stop();
});
//]]>
</script>
//]]>
</script>
</head>
<body class="gui">
<div id="wrapper">
Expand Down
1 change: 1 addition & 0 deletions src/router/kromo/dd-wrt/common_style/common_help.css
Expand Up @@ -72,6 +72,7 @@ ul, ol {
}
.wide li {
margin-top: 1em;
margin-left: 2.5em;
}
ul {
list-style-type: '\01F81A\A0';
Expand Down
10 changes: 6 additions & 4 deletions src/router/kromo/dd-wrt/common_style/help-about-dark.css
Expand Up @@ -15,14 +15,16 @@
.about-bg #content {
border-color: transparent !important;
}
.about-bg #content .t-border {
.about-bg .t-border {
border-color: #333 !important;
}
.thc {
background-color: #282828 !important;
#credits {
background: linear-gradient(to bottom, #f6be00, #ffcf2c) !important;
-webkit-text-fill-color: transparent !important;
-webkit-background-clip: text !important;
}
/*! help */
a, a:hover {
a, a:hover, .navig a:hover {
color: #5cb3ff;
}
.help-bg #content {
Expand Down

0 comments on commit 1e8d3ca

Please sign in to comment.