summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-input-percentage.html
blob: ae553a93c0f499407e1eaaf5887ab79fc24168d9 (plain)
1
2
3
4
5
6
7
8
<% include('tr-input-text.html', @_,
             'type'       => 'text',
             'postfix'    => '%',
             'size'       => 5, #6?  check in IE (not a big deal)
             'maxlength'  => 7,
             'text-align' => 'right',
          )
%>