aboutsummaryrefslogtreecommitdiffstats
path: root/share/skin/default/layout/action.tt
diff options
context:
space:
mode:
Diffstat (limited to 'share/skin/default/layout/action.tt')
-rw-r--r--share/skin/default/layout/action.tt10
1 files changed, 7 insertions, 3 deletions
diff --git a/share/skin/default/layout/action.tt b/share/skin/default/layout/action.tt
index fa71d79..67d6c37 100644
--- a/share/skin/default/layout/action.tt
+++ b/share/skin/default/layout/action.tt
@@ -29,17 +29,21 @@
[% apply_button_fragment %]
[% cancel_button_fragment %]
+=for layout standard_button
+
+ <input type="submit" class="button" name="[% event_id %]" value="[% label %]" />
+
=for layout ok_button
- <input type="submit" name="[% event_id %]" value="[% label %]" />
+[% standard_button %]
=for layout apply_button
- <input type="submit" name="[% event_id %]" value="[% label %]" />
+[% standard_button %]
=for layout cancel_button
- <input type="submit" name="[% event_id %]" value="[% label %]" />
+[% standard_button %]
=for layout whut