Revision a2083d3e
Von Cem Aydin vor 9 Monaten hinzugefügt
templates/design40_webpages/gl/form_header.html | ||
---|---|---|
60 | 60 |
<li><a href="controller.pl?action=File/list&file_type=document&object_type=gl_transaction&object_id=[% HTML.url(id) %]">[% 'Documents' | $T8 %]</a></li> |
61 | 61 |
<li><a href="controller.pl?action=File/list&file_type=attachment&object_type=gl_transaction&object_id=[% HTML.url(id) %]">[% 'Attachments' | $T8 %]</a></li> |
62 | 62 |
[% END %] |
63 |
[% IF AUTH.assert('record_links', 1) %] |
|
64 |
<li><a href="controller.pl?action=RecordLinks/ajax_list&object_model=GLTransaction&object_id=[% HTML.url(id) %]">[% 'Linked Records' | $T8 %]</a></li> |
|
65 |
[% END %] |
|
63 | 66 |
[% END %] |
64 | 67 |
</ul> |
65 | 68 |
|
Auch abrufbar als: Unified diff
Fix Design4.0: Dialogbuchungsmaske, fehlenden Reiter Verknüpfungen hinzugefügt
Behebt: Fehler #673