summaryrefslogtreecommitdiff
path: root/httemplate/elements/select-rate.html
blob: 83a7add06ba362ce6e0328d786891fbf9778e19c (plain)
1
2
3
4
5
6
7
8
9
<% include( '/elements/select-table.html',
                 'table'       => 'rate',
                 'name_col'    => 'ratename',
                 'empty_label' => 'Select rate plan',
                 #'hashref'     => { 'disabled' => '' },
                 'order_by'    => ' ORDER BY ratenum', #ratename ?
                 @_,
             )
%>