source: WAeUP_SRP/trunk/skins/waeup_custom/cpsdocument_edit_buttons.pt @ 855

Last change on this file since 855 was 847, checked in by Henrik Bettermann, 18 years ago

cpsdocument_edit_form completely without javascript to avoid error messages in IE

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.