Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision feda78fb

Von mansi vor mehr als 1 Jahr hinzugefügt

  • ID feda78fb4787c4c9ec9e9bf7da1bd7a149c53bc5
  • Vorgänger 8f01d893

Desgin40: bugfix #593 - added the "Linked documents" tab

Unterschiede anzeigen:

templates/design40_webpages/gl/form_header.html
<li><a href="controller.pl?action=File/list&file_type=document&object_type=gl_transaction&object_id=[% HTML.url(id) %]">[% 'Documents' | $T8 %]</a></li>
<li><a href="controller.pl?action=File/list&file_type=attachment&object_type=gl_transaction&object_id=[% HTML.url(id) %]">[% 'Attachments' | $T8 %]</a></li>
[% END %]
[%- IF AUTH.assert('record_links', 1) %]
<li><a href="controller.pl?action=RecordLinks/ajax_list&object_model=GLTransaction&object_id=[% HTML.url(id) %]">[% 'Linked Records' | $T8 %]</a></li>
[%- END %]
[% END %]
</ul>

Auch abrufbar als: Unified diff