summaryrefslogtreecommitdiff
path: root/httemplate/elements/select-rate.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/elements/select-rate.html')
-rw-r--r--httemplate/elements/select-rate.html19
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'
+ @_,
+&>