summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-checkbox.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/elements/tr-checkbox.html')
-rw-r--r--httemplate/elements/tr-checkbox.html8
1 files changed, 1 insertions, 7 deletions
diff --git a/httemplate/elements/tr-checkbox.html b/httemplate/elements/tr-checkbox.html
index 2e6d1f1..c3cf92d 100644
--- a/httemplate/elements/tr-checkbox.html
+++ b/httemplate/elements/tr-checkbox.html
@@ -1,13 +1,7 @@
<% include('tr-td-label.html', @_ ) %>
<TD <% $style %>>
- <INPUT TYPE = "checkbox"
- NAME = "<% $opt{field} %>"
- ID = "<% $opt{id} %>"
- VALUE = "<% $opt{value} %>"
- <% $opt{curr_value} eq $opt{value} ? ' CHECKED' : '' %>
- <% $onchange %>
- >
+ <% include('checkbox.html', @_) %>
</TD>
</TR>