summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-input-percentage.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/elements/tr-input-percentage.html')
-rw-r--r--httemplate/elements/tr-input-percentage.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/httemplate/elements/tr-input-percentage.html b/httemplate/elements/tr-input-percentage.html
deleted file mode 100644
index ae553a9..0000000
--- a/httemplate/elements/tr-input-percentage.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<% include('tr-input-text.html', @_,
- 'type' => 'text',
- 'postfix' => '%',
- 'size' => 5, #6? check in IE (not a big deal)
- 'maxlength' => 7,
- 'text-align' => 'right',
- )
-%>