RT# 75817 - Some small updates to be able to backport to V3 because of no cust_contac...
[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 %>