Revision 14f62733
Added by Ermal LUÇI almost 14 years ago
etc/inc/shaper.inc | ||
---|---|---|
3324 | 3324 |
$form .= "<td valign=\"center\" class=\"vncellreq\">"; |
3325 | 3325 |
$form .= "<input name=\"weight\" type=\"text\" id=\"weight\" size=\"5\" value=\""; |
3326 | 3326 |
$form .= $this->GetWeight() . "\">"; |
3327 |
$form .= " ms<br> <span class=\"vexpl\">Hint: For queues under the same parent ";
|
|
3327 |
$form .= " <br> <span class=\"vexpl\">Hint: For queues under the same parent "; |
|
3328 | 3328 |
$form .= "this specifies the share that a queue gets(values range from 1 to 100, you can leave it blank otherwise)</span>"; |
3329 | 3329 |
$form .= "</td></tr>"; |
3330 | 3330 |
$form .= "<tr style=\"display:none\" id=\"sprtable1\" name=\"sprtable1\">"; |
Also available in: Unified diff
Remove a slipped in text that confuses people