From 891c9ccba7f6c31d0902e13e40e08e0acef5a44c Mon Sep 17 00:00:00 2001 From: groditi Date: Wed, 14 Nov 2007 19:48:24 +0000 Subject: button labels for action form --- share/skin/default/layout/action_form.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'share/skin/default') 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; %] - + [% END; %] [% IF (viewport.ordered_fields.size != 0) && allowed_events.grep('^apply$').size; %] - + [% END; %] [% IF allowed_events.grep('^close$').size; %] - + [% END; %]
-- cgit v1.2.3-54-g00ecf