Mercurial > p > roundup > code
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 3725:65badf6ab7ad | 3726:b11142bb2aa2 |
|---|---|
| 325 tal:attributes="id name; name name; value value; readonly not:edit_ok" | 325 tal:attributes="id name; name name; value value; readonly not:edit_ok" |
| 326 value="heinz"> | 326 value="heinz"> |
| 327 <!-- password: type; no initial value --> | 327 <!-- password: type; no initial value --> |
| 328 <input metal:define-macro="user_pw_input" type="password" | 328 <input metal:define-macro="user_pw_input" type="password" |
| 329 tal:attributes="id name; name name; readonly not:edit_ok" value=""> | 329 tal:attributes="id name; name name; readonly not:edit_ok" value=""> |
| 330 | 330 <input metal:define-macro="user_confirm_input" type="password" |
| 331 tal:attributes="id name; name string:@confirm@$name; readonly not:edit_ok" value=""> | |
| 332 |
