aboutsummaryrefslogtreecommitdiffstats
path: root/share/skin/default
diff options
context:
space:
mode:
Diffstat (limited to 'share/skin/default')
-rw-r--r--share/skin/default/layout/action_form.tt6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/skin/default/layout/action_form.tt b/share/skin/default/layout/action_form.tt
index 0e18a36..89cab92 100644
--- a/share/skin/default/layout/action_form.tt
+++ b/share/skin/default/layout/action_form.tt
@@ -27,15 +27,15 @@
[% allowed_events = viewport.accept_events; %]
[% IF allowed_events.grep('^ok$').size; %]
- <input type="submit" name="[% viewport.event_id_for('ok') | html%]" value="ok" />
+ <input type="submit" name="[% viewport.event_id_for('ok') | html%]" value="[% ok_label %]" />
[% END; %]
[% IF (viewport.ordered_fields.size != 0) && allowed_events.grep('^apply$').size; %]
- <input type="submit" name="[% viewport.event_id_for('apply') | html%]" value="apply" />
+ <input type="submit" name="[% viewport.event_id_for('apply') | html%]" value="[% apply_label %]" />
[% END; %]
[% IF allowed_events.grep('^close$').size; %]
- <input type="submit" name="[% viewport.event_id_for('close') | html%]" value="cancel" />
+ <input type="submit" name="[% viewport.event_id_for('close') | html%]" value="[% close_label %]" />
[% END; %]
<br />