Mercurial > p > roundup > code
comparison templates/classic/html/user.item.html @ 3442:74268c847ace
mark login name and email address fields as required [SF#1392364]
| author | Alexander Smishlajev <a1s@users.sourceforge.net> |
|---|---|
| date | Thu, 29 Dec 2005 06:42:11 +0000 |
| parents | c26f2ba69c78 |
| children | 124dda1a2074 |
comparison
equal
deleted
inserted
replaced
| 3441:5791c9e6ab24 | 3442:74268c847ace |
|---|---|
| 38 <tr> | 38 <tr> |
| 39 <th i18n:translate="">Name</th> | 39 <th i18n:translate="">Name</th> |
| 40 <td tal:content="structure context/realname/field">realname</td> | 40 <td tal:content="structure context/realname/field">realname</td> |
| 41 </tr> | 41 </tr> |
| 42 <tr> | 42 <tr> |
| 43 <th i18n:translate="">Login Name</th> | 43 <th class="required" i18n:translate="">Login Name</th> |
| 44 <td tal:content="structure context/username/field">username</td> | 44 <td tal:content="structure context/username/field">username</td> |
| 45 </tr> | 45 </tr> |
| 46 <tr> | 46 <tr> |
| 47 <th i18n:translate="">Login Password</th> | 47 <th i18n:translate="">Login Password</th> |
| 48 <td tal:content="structure context/password/field">password</td> | 48 <td tal:content="structure context/password/field">password</td> |
| 78 <span tal:replace="db/config/DEFAULT_TIMEZONE" i18n:name="zone" | 78 <span tal:replace="db/config/DEFAULT_TIMEZONE" i18n:name="zone" |
| 79 />)</tal:block> | 79 />)</tal:block> |
| 80 </td> | 80 </td> |
| 81 </tr> | 81 </tr> |
| 82 <tr> | 82 <tr> |
| 83 <th i18n:translate="">E-mail address</th> | 83 <th class="required" i18n:translate="">E-mail address</th> |
| 84 <td tal:content="structure context/address/field">address</td> | 84 <td tal:content="structure context/address/field">address</td> |
| 85 </tr> | 85 </tr> |
| 86 <tr> | 86 <tr> |
| 87 <th i18n:translate="">Alternate E-mail addresses<br>One address per line</th> | 87 <th i18n:translate="">Alternate E-mail addresses<br>One address per line</th> |
| 88 <td tal:content="structure context/alternate_addresses/multiline">alternate_addresses</td> | 88 <td tal:content="structure context/alternate_addresses/multiline">alternate_addresses</td> |
| 97 <td tal:content="structure context/submit">submit button here</td> | 97 <td tal:content="structure context/submit">submit button here</td> |
| 98 </tr> | 98 </tr> |
| 99 </table> | 99 </table> |
| 100 </form> | 100 </form> |
| 101 | 101 |
| 102 <tal:block tal:condition="not:context/id" i18n:translate=""> | |
| 103 <table class="form"> | |
| 104 <tr> | |
| 105 <td>Note: </td> | |
| 106 <th class="required">highlighted</th> | |
| 107 <td> fields are required.</td> | |
| 108 </tr> | |
| 109 </table> | |
| 110 </tal:block> | |
| 111 | |
| 102 <tal:block tal:condition="context/id" tal:replace="structure context/history" /> | 112 <tal:block tal:condition="context/id" tal:replace="structure context/history" /> |
| 103 | 113 |
| 104 </div> | 114 </div> |
| 105 | 115 |
| 106 </td> | 116 </td> |
