summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-input-percentage.html
diff options
context:
space:
mode:
authorivan <ivan>2008-01-04 02:19:50 +0000
committerivan <ivan>2008-01-04 02:19:50 +0000
commit3fc09b0e69ba395c452b636696c3576c9a762af6 (patch)
tree9d88d4bfbcd7423e260415cbe1bfcd07175f65ba /httemplate/elements/tr-input-percentage.html
parentb0003b80600bb73625465e8e80bd654a863a43ad (diff)
adding new elements: percentage input, fixed country and state display, tablebreak+title
Diffstat (limited to 'httemplate/elements/tr-input-percentage.html')
-rw-r--r--httemplate/elements/tr-input-percentage.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/httemplate/elements/tr-input-percentage.html b/httemplate/elements/tr-input-percentage.html
new file mode 100644
index 000000000..ae553a93c
--- /dev/null
+++ b/httemplate/elements/tr-input-percentage.html
@@ -0,0 +1,8 @@
+<% include('tr-input-text.html', @_,
+ 'type' => 'text',
+ 'postfix' => '%',
+ 'size' => 5, #6? check in IE (not a big deal)
+ 'maxlength' => 7,
+ 'text-align' => 'right',
+ )
+%>