X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/3cbc223a454e07b780f986ec92e6038cddc848b9..b65a230d60e86d2c18a3ab7222379905aea5ecd7:/bin/mozilla/gl.pl
diff --git a/bin/mozilla/gl.pl b/bin/mozilla/gl.pl
index 4b34a5080..f5f846037 100644
--- a/bin/mozilla/gl.pl
+++ b/bin/mozilla/gl.pl
@@ -250,10 +250,10 @@ sub search {
}
my $department = qq|
-
- | | . $locale->text('Department') . qq| |
- |
-
+
+ | | . $locale->text('Department') . qq| |
+ |
+
| if $form->{selectdepartment};
$form->get_lists("projects" => { "key" => "ALL_PROJECTS",
@@ -321,83 +321,83 @@ sub search {
|
|
@@ -1085,11 +1085,11 @@ sub form_header {
my $department;
$department = qq|
-
- | | . $locale->text('Department') . qq| |
- |
-
-
+
+ | | . $locale->text('Department') . qq| |
+ |
+
+
| if $form->{selectdepartment};
if ($init) {
$form->{fokus} = "gl.reference";
@@ -1161,71 +1161,71 @@ sub form_header {
. " $form->{previous_gldate}"
. qq|
-
- | | . $locale->text('Reference') . qq| |
- |
-
-
+ |
+
|;
if ($form->{id}) {
print qq|
-
- | | . $locale->text('Belegnummer') . qq| |
- |
-
-
- |
-
|;
+
+ | | . $locale->text('Belegnummer') . qq| |
+ |
+
+
+ |
+
|;
}
print qq|
- $department|;
+ $department|;
if ($form->{id}) {
print qq|
-
- | | . $locale->text('Description') . qq| |
- $description |
+
+ | | . $locale->text('Description') . qq| |
+ $description |
-
- |
-
-
- |
-
|;
+
+
+
+
+ |
+ |;
} else {
print qq|
-
- | | . $locale->text('Description') . qq| |
- $description |
-
-
- |
-
|;
+
+ | | . $locale->text('Description') . qq| |
+ $description |
+
+
+ |
+
|;
}
print qq|
@@ -1247,13 +1247,13 @@ sub form_header {
-
- | |
+ |
+ | |
. $locale->text('Account') . qq| |
- | . $locale->text('Chart balance') . qq| |
- |
+ | | . $locale->text('Chart balance') . qq| |
+ |
. $locale->text('Debit') . qq| |
- |
+ | |
. $locale->text('Credit') . qq| |
|
. $locale->text('Tax') . qq| |
@@ -1262,14 +1262,14 @@ sub form_header {
if ($form->{show_details}) {
print qq|
- | . $locale->text('Source') . qq| |
- | . $locale->text('Memo') . qq| |
- | . $locale->text('Project Number') . qq| |
+ | . $locale->text('Source') . qq| |
+ | . $locale->text('Memo') . qq| |
+ | . $locale->text('Project Number') . qq| |
|;
}
print qq|
-
+
$jsscript
|;
@@ -1422,8 +1422,8 @@ sub yes {
# saving the history
if(!exists $form->{addition} && $form->{id} ne "") {
$form->{snumbers} = qq|ordnumber_| . $form->{ordnumber};
- $form->{addition} = "DELETED";
- $form->save_history($form->dbconnect(\%myconfig));
+ $form->{addition} = "DELETED";
+ $form->save_history($form->dbconnect(\%myconfig));
}
# /saving the history
$form->redirect($locale->text('Transaction deleted!'))
|