Mercurial > p > roundup > code
comparison templates/classic/html/user.item.html @ 3846:7e445a063979
Fix <form> name in user editing to allow multilink popups to work
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 16 Apr 2007 04:51:31 +0000 |
| parents | a9f6eb633452 |
| children | 030ba81511ee |
comparison
equal
deleted
inserted
replaced
| 3845:920c6cfd87a3 | 3846:7e445a063979 |
|---|---|
| 41 Please login with your username and password.</p> | 41 Please login with your username and password.</p> |
| 42 | 42 |
| 43 <div tal:condition="context/is_view_ok"> | 43 <div tal:condition="context/is_view_ok"> |
| 44 | 44 |
| 45 <form method="POST" | 45 <form method="POST" |
| 46 name="itemSynopsis" | |
| 46 tal:define="required python:'username address'.split()" | 47 tal:define="required python:'username address'.split()" |
| 47 enctype="multipart/form-data" | 48 enctype="multipart/form-data" |
| 48 tal:attributes="action context/designator; | 49 tal:attributes="action context/designator; |
| 49 onSubmit python:'return checkRequiredFields(\'%s\')'%'\', \''.join(required); | 50 onSubmit python:'return checkRequiredFields(\'%s\')'%'\', \''.join(required); |
| 50 "> | 51 "> |
