diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-05-15 14:59:14 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-05-15 14:59:14 -0700 |
commit | 881215feafc01aeee19864c39f0d98d3d6909e65 (patch) | |
tree | 2b050555839739dfa3ab1180ebd08217c9127096 /httemplate/elements/select-rate.html | |
parent | fb03e9179814686b5c3665ce35b90cfeadb16fb9 (diff) |
agent-virtualize VoIP rates, RT#29183
Diffstat (limited to 'httemplate/elements/select-rate.html')
-rw-r--r-- | httemplate/elements/select-rate.html | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/httemplate/elements/select-rate.html b/httemplate/elements/select-rate.html index 83a7add06..4f2a1b2ec 100644 --- a/httemplate/elements/select-rate.html +++ b/httemplate/elements/select-rate.html @@ -1,9 +1,10 @@ -<% include( '/elements/select-table.html', - 'table' => 'rate', - 'name_col' => 'ratename', - 'empty_label' => 'Select rate plan', - #'hashref' => { 'disabled' => '' }, - 'order_by' => ' ORDER BY ratenum', #ratename ? - @_, - ) -%> +<& /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' + @_, +&> |