Ignore:
Timestamp:
10 Mar 2011, 23:01:42 (14 years ago)
Author:
uli
Message:

Make this page template a real form.

File:
1 edited

Legend:

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

    r5831 r5833  
    1 Manage this container
     1<div>
     2  <form method="POST">
     3    <table>
     4      <tr>
     5        <td><label for="form.title">Title:</label></td>
     6        <td><input type="text" name="title" id="form.title"
     7                   size="40"
     8                   tal:attributes="value context/title" /></td>
     9        <td></td>
     10      </tr>
     11      <tr>
     12        <td><label for="form.description">Description:</label></td>
     13        <td><input type="text" name="description" id="form.description"
     14                   size="60"
     15                   tal:attributes="value context/description" /></td>
     16        <td></td>
     17      </tr>
     18    </table>
     19    <div>
     20      <input type="submit" name="SAVE" value="Save" />
     21      <input type="reset" />
     22      <input type="submit" name="CANCEL" value="Cancel" />
     23    </div>
     24  </form>
     25</div>
Note: See TracChangeset for help on using the changeset viewer.