From 3c022cae5864747164912e6a2ca3d6cee34aa6e7 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 11 Jan 2008 04:47:35 +0000 Subject: [PATCH] bacport this from HEAD since we have the new edit.html now --- httemplate/elements/tr-password.html | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 httemplate/elements/tr-password.html 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', + ) +%> -- 2.20.1