Option to ignore old CDRs, RT#81480
[freeside.git] / httemplate / elements / tr-input-percentage.html
1 <% include('tr-input-text.html', @_,
2              'type'       => 'text',
3              'postfix'    => '%',
4              'size'       => 5, #6?  check in IE (not a big deal)
5              'maxlength'  => 7,
6              'text-align' => 'right',
7           )
8 %>