diff templates/classic/html/page.html @ 3726:b11142bb2aa2 1.2.1

Password confirm field in user editing. Pre-1.2.1-release stuff too
author Richard Jones <richard@users.sourceforge.net>
date Sat, 07 Oct 2006 03:03:29 +0000
parents 4cbbf9210edd
children f9efa4ad9d96
line wrap: on
line diff
--- a/templates/classic/html/page.html	Thu Oct 05 23:14:52 2006 +0000
+++ b/templates/classic/html/page.html	Sat Oct 07 03:03:29 2006 +0000
@@ -327,4 +327,6 @@
 <!-- password: type; no initial value -->
     <input metal:define-macro="user_pw_input" type="password"
     tal:attributes="id name; name name; readonly not:edit_ok" value="">
+    <input metal:define-macro="user_confirm_input" type="password"
+    tal:attributes="id name; name string:@confirm@$name; readonly not:edit_ok" value="">
 

Roundup Issue Tracker: http://roundup-tracker.org/