RT# 21110, Updated files to use jquery-validate jquery plugin. This allows for field...
[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 %>