Ignore:
Timestamp:
26 May 2011, 05:26:37 (13 years ago)
Author:
Henrik Bettermann
Message:

Reorganize views for applicants and application officers. We don't need a special treatment for the Uniben passport confirmation check box.

File:
1 copied

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser_templates/form_edit.pt

    r6194 r6196  
    2121  </div>
    2222
    23   <div class="block">
    24     <h3>Instructions</h3>
    25     <ol class="list">
    26       <li>
    27         Fill the form and upload your Passport Photograph with red background
    28         in jpg format.
    29       </li>
    30       <li>
    31         Save and preview picture.
    32       </li>
    33       <li>
    34         Press the <em>Final Submit</em> button.
    35       </li>
    36     </ol>
    37   </div>
    38 
    3923  <table class="form-fields zebra">
    4024    <tbody>
    41       <tal:block repeat="widget view/filteredWidgets">
     25      <tal:block repeat="widget view/widgets">
    4226        <tr>
    4327          <td class="label" tal:define="hint widget/hint">
    4428            <label tal:condition="python:hint"
    4529                   tal:attributes="for widget/name">
    46               <span class="required" tal:condition="widget/required"
    47               >*</span><span i18n:translate=""
     30              <span class="required" tal:condition="widget/required">*
     31              </span><span i18n:translate=""
    4832                             tal:content="widget/label">label</span>
    4933            </label>
    5034            <label tal:condition="python:not hint"
    5135                   tal:attributes="for widget/name">
    52               <span class="required" tal:condition="widget/required"
    53               >*</span><span i18n:translate=""
     36              <span class="required" tal:condition="widget/required">*
     37              </span><span i18n:translate=""
    5438                             tal:content="widget/label">label</span>
    5539            </label>
     
    6549        </tr>
    6650      </tal:block>
    67       <tr>
    68         <td colspan="2">
    69           <input class="hiddenType" id="form.confirm_passport.used"
    70                  name="form.confirm_passport.used" type="hidden" value="" />
    71           <input type="checkbox" name="form.confirm_passport"
    72                  tal:attributes="checked context/confirm_passport"
    73                  />
    74           <label for="confirm"></label>
    75 <span>
    76             I confirm that the Passport Photograph uploaded on this form
    77             is a true picture of me.
    78           </span>
    79         </td>
    80       </tr>
    8151    </tbody>
    8252  </table>
     
    9060  </div>
    9161</form>
    92 
    93 <br />
    94 
Note: See TracChangeset for help on using the changeset viewer.