From 577042c61c5e1fffb8747079b4f9826e51532ee8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Wed, 18 May 2022 16:25:50 +0200 Subject: [PATCH] Projekte: Leeren Reiter "Projekt-Details" entfernt. Kam wohl durch einen cherry-pick rein. --- locale/de/all | 1 - locale/en/all | 1 - templates/webpages/project/form.html | 1 - 3 files changed, 3 deletions(-) diff --git a/locale/de/all b/locale/de/all index a1358af61..d2efcf7dc 100755 --- a/locale/de/all +++ b/locale/de/all @@ -2721,7 +2721,6 @@ $self->{texts} = { 'Project (description)' => 'Projekt (Beschreibung)', 'Project (number)' => 'Projektnummer', 'Project Description' => 'Projektbeschreibung', - 'Project Details' => 'Projektdetails', 'Project Link' => 'Projektverknüpfung', 'Project Number' => 'Projektnummer', 'Project Numbers' => 'Projektnummern', diff --git a/locale/en/all b/locale/en/all index 4df79de04..7db3e8a1b 100644 --- a/locale/en/all +++ b/locale/en/all @@ -2721,7 +2721,6 @@ $self->{texts} = { 'Project (description)' => '', 'Project (number)' => '', 'Project Description' => '', - 'Project Details' => '', 'Project Link' => '', 'Project Number' => '', 'Project Numbers' => '', diff --git a/templates/webpages/project/form.html b/templates/webpages/project/form.html index d5bb5b887..ee132ef79 100644 --- a/templates/webpages/project/form.html +++ b/templates/webpages/project/form.html @@ -21,7 +21,6 @@
  • [% 'Permissions for invoices' | $T8 %]
  • [%- END %] [%- IF SELF.project.id %] -
  • [% 'Project Details' | $T8 %]
  • [%- IF INSTANCE_CONF.get_doc_storage %]
  • [% 'Attachments' | $T8 %]
  • [%- END %] -- 2.20.1