summaryrefslogtreecommitdiff
path: root/httemplate/elements/select-rate.html
blob: 4f2a1b2ec25a25a8ac19ca59bce115c8b992188b (plain)
1
2
3
4
5
6
7
8
9
10
<& /elements/select-table.html,
     'table'            => 'rate',
     'name_col'         => 'ratename',
     'empty_label'      => 'Select rate plan',
     #'hashref'          => { 'disabled' => '' },
     'order_by'         => ' ORDER BY ratenum', #ratename ?
     'agent_virt'       => 1,
     'agent_null_right' => 'Configuration', #'Edit global CDR rates'
     @_,
&>