v4 style
[freeside.git] / httemplate / elements / tr-password.html
index bbc624d..8ad303c 100644 (file)
@@ -1,4 +1,4 @@
-<% include('tr-input-text.html', @_,
-             'type'   => 'password',
-          )
-%>
+<& tr-input-text.html, @_,
+     'type'         => 'password',
+     'autocomplete' => 1,
+&>