Revision 90b4cc7d
Added by Chris Buechler over 14 years ago
etc/inc/shaper.inc | ||
---|---|---|
2943 | 2943 |
|
2944 | 2944 |
function build_form() { |
2945 | 2945 |
$form = "<tr><td valign=\"center\" class=\"vncellreq\"><br>"; |
2946 |
$form .= "Enable/Disable";
|
|
2946 |
$form .= "Enable"; |
|
2947 | 2947 |
$form .= "</td><td class=\"vncellreq\">"; |
2948 | 2948 |
$form .= " <input type=\"checkbox\" id=\"enabled\" name=\"enabled\" value=\"on\""; |
2949 | 2949 |
if ($this->GetEnabled() == "on") |
2950 | 2950 |
$form .= " CHECKED"; |
2951 |
$form .= " ><span class=\"vexpl\"> Enable/Disable limiter and its children</span>";
|
|
2951 |
$form .= " ><span class=\"vexpl\"> Enable limiter and its children</span>"; |
|
2952 | 2952 |
$form .= "</td></tr>"; |
2953 | 2953 |
$form .= "<tr><td valign=\"center\" class=\"vncellreq\"><br><span class=\"vexpl\">Name</span></td>"; |
2954 | 2954 |
$form .= "<td class=\"vncellreq\">"; |
Also available in: Unified diff
This checkbox enables, remove confusing enable/disable.