Ignore:
Timestamp:
14 Sep 2011, 01:26:25 (13 years ago)
Author:
uli
Message:

Merge changes from uli-studentpw back into trunk.

Location:
main/waeup.sirp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk

  • main/waeup.sirp/trunk/src/waeup/sirp/students/browser_templates/baseeditpage.pt

    r6701 r6756  
    99    tal:define="status view/status"
    1010    tal:condition="status">
    11     Form Status:
    1211    <span i18n:translate="" tal:content="view/status">
    1312      Form status summary
    1413    </span>
    1514  </div>
     15
     16  <input type="hidden" name="student_id" value=""
     17         tal:attributes="value context/student_id" />
    1618
    1719  <table class="form-fields zebra">
     
    3840        </tr>
    3941      </tal:block>
    40       <tr>
    41         <td class="label"><label>Password:</label></td>
    42         <td>
    43           <input name="password" type="password"/>
    44         </td>
    45       </tr>
    46       <tr>
    47         <td class="label"><label>Retype password:</label></td>
    48         <td>
    49           <input name="control_password" type="password" />
    50         </td>
    51       </tr>
    5242    </tbody>
    5343  </table>
Note: See TracChangeset for help on using the changeset viewer.