summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2008-01-11 04:47:35 +0000
committerivan <ivan>2008-01-11 04:47:35 +0000
commit3c022cae5864747164912e6a2ca3d6cee34aa6e7 (patch)
tree4f459d24c0ffd6cced635eb24d33943b88b26f60
parent7f2d9320ecd5e2ed7885c2de1b6015bd8b135df6 (diff)
bacport this from HEAD since we have the new edit.html now
-rw-r--r--httemplate/elements/tr-password.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/httemplate/elements/tr-password.html b/httemplate/elements/tr-password.html
new file mode 100644
index 000000000..bbc624d8c
--- /dev/null
+++ b/httemplate/elements/tr-password.html
@@ -0,0 +1,4 @@
+<% include('tr-input-text.html', @_,
+ 'type' => 'password',
+ )
+%>