source: WAeUP_SRP/trunk/skins/waeup_default/external_edit_buttons.pt @ 795

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

open external edit windows in faculty_index_view.pt
and showing [edit] link only if permitted

File size: 458 bytes
Line 
1<metal:block define-macro="buttons">
2  <input type="submit" name="external_edit_button"
3         class="standalone" value="button_change"
4         id="external_edit_button"
5         i18n:attributes="value" />
6  <input type="submit" name="external_close_button"
7         class="standalone" value="Close"
8         onclick="window.opener.location.reload();window.close()"
9         id="external_close_button"
10         i18n:attributes="value" />
11</metal:block>
12
13
Note: See TracBrowser for help on using the repository browser.