From 0e04eb10c32dc41d1a0e91959f9c1465507fd9b5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Thu, 14 Jun 2007 16:01:36 +0000 Subject: [PATCH] Space zwischen den buttons --- bin/mozilla/ap.pl | 7 +++---- bin/mozilla/ar.pl | 6 +++--- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/bin/mozilla/ap.pl b/bin/mozilla/ap.pl index 7bd3bb181..1919dbdbf 100644 --- a/bin/mozilla/ap.pl +++ b/bin/mozilla/ap.pl @@ -780,7 +780,7 @@ sub form_footer { } # ToDO: - insert a global check for stornos, so that a storno is only possible a limited time after saving it - print qq| | + print qq| | if ($form->{id} && !IS->has_storno(\%myconfig, $form, 'ap') && !IS->is_storno(\%myconfig, $form, 'ap')); print qq| @@ -793,13 +793,12 @@ sub form_footer { } # button for saving history if($form->{id} ne "") { - print qq| |; + print qq| |; } # /button for saving history # mark_as_paid button if($form->{id} ne "") { - print qq||; + print qq| |; } # /mark_as_paid button print " diff --git a/bin/mozilla/ar.pl b/bin/mozilla/ar.pl index 373405f58..411b3f934 100644 --- a/bin/mozilla/ar.pl +++ b/bin/mozilla/ar.pl @@ -820,7 +820,7 @@ sub form_footer { print qq|\n|; # ToDO: - insert a global check for stornos, so that a storno is only possible a limited time after saving it - print qq|| + print qq| | if ($form->{id} && !IS->has_storno(\%myconfig, $form, 'ar') && !IS->is_storno(\%myconfig, $form, 'ar')); if ($form->{id}) { @@ -838,7 +838,7 @@ sub form_footer { } else { if ($transdate > $closedto) { - print qq| | . + print qq| | . NTI($cgi->submit('-name' => 'action', '-value' => $locale->text('Save draft'), '-class' => 'submit')); } } @@ -849,7 +849,7 @@ sub form_footer { } # button for saving history if($form->{id} ne "") { - print qq|{id}); name=history id=history value=| . $locale->text('history') . qq|>|; + print qq| {id}); name=history id=history value=| . $locale->text('history') . qq|> |; } # /button for saving history # mark_as_paid button -- 2.20.1