Project

General

Profile

Actions

Bug #10406

closed

Interfaces.php PPPoE selection display inappropriate "Toggle All" button when periodic reset set to "pre-set"

Added by Grischa Zengel about 4 years ago. Updated over 3 years ago.

Status:
Resolved
Priority:
Low
Assignee:
-
Category:
Web Interface
Target version:
Start date:
04/01/2020
Due date:
% Done:

100%

Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.5.0
Affected Architecture:

Description

"cron based reset" for PPPoE connections at interfaces.php uses radio buttons and shows Toggle All Button.

$group = new Form_MultiCheckboxGroup('cron based reset');
$group->addClass('pppoepreset');

$group->add(new Form_MultiCheckbox(
    'pppoe_pr_preset_val',
    null,
    'Reset at each month ("0 0 1 * *")',
    $pconfig['pppoe_monthly'],
    'monthly'
))->displayAsRadio();
Actions

Also available in: Atom PDF