diff options
author | ivan <ivan> | 2008-01-11 04:47:35 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-01-11 04:47:35 +0000 |
commit | 3c022cae5864747164912e6a2ca3d6cee34aa6e7 (patch) | |
tree | 4f459d24c0ffd6cced635eb24d33943b88b26f60 | |
parent | 7f2d9320ecd5e2ed7885c2de1b6015bd8b135df6 (diff) |
bacport this from HEAD since we have the new edit.html now
-rw-r--r-- | httemplate/elements/tr-password.html | 4 |
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', + ) +%> |