From: ivan Date: Fri, 11 Jan 2008 04:47:35 +0000 (+0000) Subject: bacport this from HEAD since we have the new edit.html now X-Git-Tag: freeside_1_7_3rc1~154 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=3c022cae5864747164912e6a2ca3d6cee34aa6e7;p=freeside.git bacport this from HEAD since we have the new edit.html now --- 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', + ) +%>