Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2512 → Rev 2513

/web/acc/manager/htdocs/group_new.php
235,6 → 235,16
$help_link = "help/coovachilli_max_total_octets_help.html";
$desc = $l_max_total_octets;
break;
case 'CoovaChilli-Max-Total-Octets-Daily' :
$advanced = true;
$help_link = "help/coovachilli_max_total_octets_help.html";
$desc = $l_max_total_octets_daily;
break;
case 'CoovaChilli-Max-Total-Octets-Monthly' :
$advanced = true;
$help_link = "help/coovachilli_max_total_octets_help.html";
$desc = $l_max_total_octets_monthly;
break;
case 'CoovaChilli-Bandwidth-Max-Up' :
$advanced = true;
$help_link = "help/coovachilli_bandwidth_max_up_help.html";
293,6 → 303,8
case 'Login-Time' :
case 'Expiration' :
case 'Alcasar-Expire-After' :
case 'CoovaChilli-Max-Total-Octets-Daily' :
case 'CoovaChilli-Max-Total-Octets-Monthly' :
echo "<td><select name=\"$oper_name\"><option $selected[$op_eq] value=\":=\">:=";
break;
case 'Session-Timeout' :
347,6 → 359,8
case 'Alcasar-Protocols-Filter' :
case 'Alcasar-Status-Page-Must-Stay-Open' :
case 'Alcasar-Expire-After' :
case 'CoovaChilli-Max-Total-Octets-Daily' :
case 'CoovaChilli-Max-Total-Octets-Monthly' :
echo "<input type=\"hidden\" name=\"$oper_name\" value=\":=\">";
break;
case 'Session-Timeout' :