Ignore:
Timestamp:
9 Sep 2011, 22:58:35 (13 years ago)
Author:
uli
Message:

Create password setters that harmonize better with the regular formlib/form techniques.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/branches/uli-studentpw/src/waeup/sirp/students/browser_templates/baseeditpage.pt

    r6701 r6705  
    3838        </tr>
    3939      </tal:block>
     40<!--
    4041      <tr>
    41         <td class="label"><label>Password:</label></td>
     42        <td class="label"><label>New password:</label></td>
    4243        <td>
    4344          <input name="password" type="password"/>
     
    4546      </tr>
    4647      <tr>
    47         <td class="label"><label>Retype password:</label></td>
     48        <td class="label"><label>Retype new password:</label></td>
    4849        <td>
    4950          <input name="control_password" type="password" />
    5051        </td>
    5152      </tr>
     53-->
    5254    </tbody>
    5355  </table>
Note: See TracChangeset for help on using the changeset viewer.