Ignore:
Timestamp:
23 Jun 2011, 09:43:06 (13 years ago)
Author:
Henrik Bettermann
Message:

Show access code in headline of left sidebar of applicants. Show 'Your Application' in title of form.

Fix contact form.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/contactadminform.pt

    r5433 r6465  
    55<tr>
    66  <td width="150px">
    7      <strong>Full Name: </strong>
     7     <strong><span tal:replace="view/namefield_label" />: </strong>
    88  </td>
    99  <td tal:condition="not:layout/isAuthenticated">
    10      <input name="fullname" type="text" id="fullname" tal:attributes="value view/fullname|nothing" />
     10     <input name="fullname" type="text" id="fullname"/>
    1111  </td>
    1212  <td tal:condition="layout/isAuthenticated">
     
    2929  </td>
    3030  <td>
    31      <textarea name="descr" rows="10" cols="60" id="descr"><span tal:replace="view/descr|nothing" /></textarea>
    32      
     31     <textarea name="descr" rows="10" cols="60" id="descr"></textarea>
    3332  </td>
    3433</tr>
Note: See TracChangeset for help on using the changeset viewer.