From: Sven Schöling Date: Thu, 14 Jun 2007 16:01:36 +0000 (+0000) Subject: Space zwischen den buttons X-Git-Tag: release-2.4.3^2~117 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=0e04eb10c32dc41d1a0e91959f9c1465507fd9b5;p=kivitendo-erp.git Space zwischen den buttons --- 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