RT#71009: (v4+) OFM - Separate permissions for edit dates and contract dates
[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 %>