X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Frc.pl;h=d9bf03aab55c04d1555728e3d6cf12449e17f1a0;hb=9c2d49bb4dae241b4290afaeeb762d9c0e584301;hp=2a174297456d5717c9dbaba4f9f823050c7720b1;hpb=54e4131e091831e00a861fe2c4f53e344b87ddca;p=kivitendo-erp.git diff --git a/bin/mozilla/rc.pl b/bin/mozilla/rc.pl index 2a1742974..d9bf03aab 100644 --- a/bin/mozilla/rc.pl +++ b/bin/mozilla/rc.pl @@ -48,6 +48,7 @@ sub reconciliation { $form->{title} = $locale->text('Reconciliation'); + $form->{"jsscript"} = 1; $form->header; print qq| @@ -70,9 +71,11 @@ sub reconciliation { | . $locale->text('From') . qq| - - | . $locale->text('To') . qq| - + + + | . $locale->text('Until') . qq| + + @@ -82,6 +85,10 @@ sub reconciliation { +| . $form->write_trigger(\%myconfig, 2, + "fromdate", "BL", "trigger_fromdate", + "todate", "BL", "trigger_todate") . qq| +
@@ -147,13 +154,13 @@ sub display_form { $option .= "\n
" if ($option); $option .= $locale->text('From') . " " - . $locale->date(\%myconfig, $form->{fromdate}, 1); + . $locale->date(\%myconfig, $form->{fromdate}, 0); } if ($form->{todate}) { $option .= "\n
" if ($option); $option .= - $locale->text('To') . " " - . $locale->date(\%myconfig, $form->{todate}, 1); + $locale->text('Until') . " " + . $locale->date(\%myconfig, $form->{todate}, 0); } $form->{title} = "$form->{accno}--$form->{account}"; @@ -369,14 +376,8 @@ sub display_form { |; - - if ($form->{menubar}) { - require "$form->{path}/menu.pl"; - &menubar; - } + . $locale->text('Done') . qq|"> - print qq|