X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fedit%2Fradius_group.html;h=d3ef40c5def36f9dfa6c674f3b2c1045e4c32eec;hp=0255611590404495ef90403cfd2c4ec95e8ab3e2;hb=f822e27a1e00594332ffa487a1c284234c5580a6;hpb=0f729d9a3de8cff6cb0f4492b7607fea31e8551c diff --git a/httemplate/edit/radius_group.html b/httemplate/edit/radius_group.html index 025561159..d3ef40c5d 100644 --- a/httemplate/edit/radius_group.html +++ b/httemplate/edit/radius_group.html @@ -7,7 +7,10 @@ 'description' => 'Description', 'attrnum' => 'Attribute', 'priority' => 'Priority', + 'speed_down' => 'Download speed', + 'speed_up' => 'Upload speed', }, + 'viewall_dir' => 'browse', 'menubar' => \@menubar, 'edit_callback' => $edit_callback, 'error_callback' => $edit_callback, @@ -27,6 +30,16 @@ 'size' => 2, 'colspan' => 6, # just to not interfere with radius_attr columns }, + { 'field' => 'speed_down', + 'type' => 'text', + 'size' => 8, + 'colspan' => 6, + }, + { 'field' => 'speed_up', + 'type' => 'text', + 'size' => 8, + 'colspan' => 6, + }, { 'field' => 'attrnum', 'type' => 'radius_attr',