Ignore:
Timestamp:
22 Aug 2007, 13:05:07 (17 years ago)
Author:
joachim
Message:

show submitbutton only if passport is uploaded (in custom)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_student/apply_pume_form.pt

    r2129 r2146  
    44           jamb options/jamb/getContent|nothing;
    55           mode options/mode;
     6           show_submit options/show_submit|nothing;
    67           "
    78           >
     
    4142          <input type="submit" class="standalone" name="apply"
    4243                 value="Final Submit"
    43                  tal:condition="python: mode == 'edit'"
     44                 tal:condition="python: show_submit and mode == 'edit'"
    4445                 />
    4546          <input type="submit"
Note: See TracChangeset for help on using the changeset viewer.