Revision 577042c6
Von Bernd Bleßmann vor mehr als 2 Jahren hinzugefügt
locale/de/all | ||
---|---|---|
2721 | 2721 |
'Project (description)' => 'Projekt (Beschreibung)', |
2722 | 2722 |
'Project (number)' => 'Projektnummer', |
2723 | 2723 |
'Project Description' => 'Projektbeschreibung', |
2724 |
'Project Details' => 'Projektdetails', |
|
2725 | 2724 |
'Project Link' => 'Projektverknüpfung', |
2726 | 2725 |
'Project Number' => 'Projektnummer', |
2727 | 2726 |
'Project Numbers' => 'Projektnummern', |
locale/en/all | ||
---|---|---|
2721 | 2721 |
'Project (description)' => '', |
2722 | 2722 |
'Project (number)' => '', |
2723 | 2723 |
'Project Description' => '', |
2724 |
'Project Details' => '', |
|
2725 | 2724 |
'Project Link' => '', |
2726 | 2725 |
'Project Number' => '', |
2727 | 2726 |
'Project Numbers' => '', |
templates/webpages/project/form.html | ||
---|---|---|
21 | 21 |
<li><a href="#invoice_permissions">[% 'Permissions for invoices' | $T8 %]</a></li> |
22 | 22 |
[%- END %] |
23 | 23 |
[%- IF SELF.project.id %] |
24 |
<li><a href="#project_details">[% 'Project Details' | $T8 %]</a></li> |
|
25 | 24 |
[%- IF INSTANCE_CONF.get_doc_storage %] |
26 | 25 |
<li><a href="controller.pl?action=File/list&file_type=attachment&object_type=project&object_id=[% SELF.project.id %]">[% 'Attachments' | $T8 %]</a></li> |
27 | 26 |
[%- END %] |
Auch abrufbar als: Unified diff
Projekte: Leeren Reiter "Projekt-Details" entfernt.
Kam wohl durch einen cherry-pick rein.