source: WAeUP_SRP/trunk/skins/waeup_default/waeup_edit_buttons.pt @ 864

Last change on this file since 864 was 859, checked in by joachim, 18 years ago

implemented edit_form handling described in ticket #61

File size: 727 bytes
Line 
1<metal:block define-macro="buttons">
2  <input type="submit" name="cpsdocument_edit_button"
3         class="standalone" value="button_change"
4         id="cpsdocument_edit_button"
5         i18n:attributes="value"
6         tal:condition="not:creation" />
7  <input type="submit" name="cpsdocument_edit_and_view_button"
8         class="standalone" value="button_change_and_view"
9         id="cpsdocument_edit_and_view_button"
10         i18n:attributes="value"
11         tal:condition="not:creation" />
12  <input type="submit" name="cpsdocument_create_button"
13         class="standalone" value="button_create"
14         i18n:attributes="value"
15         id="cpsdocument_create_button"
16         tal:condition="creation" />
17</metal:block>
Note: See TracBrowser for help on using the repository browser.