From 3fc09b0e69ba395c452b636696c3576c9a762af6 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 4 Jan 2008 02:19:50 +0000 Subject: adding new elements: percentage input, fixed country and state display, tablebreak+title --- httemplate/elements/tr-input-percentage.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 httemplate/elements/tr-input-percentage.html (limited to 'httemplate/elements/tr-input-percentage.html') 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', + ) +%> -- cgit v1.2.1