Ignore:
Timestamp:
07/12/10 14:48:12 (23 months ago)
Author:
dart
Message:

LoReality?:
o Messager is working

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/loreality/loreality/templates/derived/page/mission_edit.html

    r2106 r2109  
    88    ${h.form(h.url_for(controller='mission', action='process', id=c.mission.id))} 
    99 
    10     % for f in c.misfields: 
     10    % for f in c.formfields: 
    1111    <label for="${f.name}">${f.t_name.capitalize()}</label><br /> 
    1212    ${eval("h."+ f.formtype +"(name='" + f.name+ "')")}<br /> 
     
    1414 
    1515    ${h.submit(name="action", value="Modify")} 
    16     </fieldset> 
    1716    ${h.end_form()} 
    1817%endif 
Note: See TracChangeset for help on using the changeset viewer.