Last change
on this file since 17935 was
867,
checked in by joachim, 18 years ago
|
patch for default field width in stringWidgets
isClearanceOfficer added
|
-
Property Id set to
skins/waeup_default/waeup_edit_form.pt
-
Property svn:keywords set to
Id
|
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.