Revision 445c84a3
Von Sven Schöling vor fast 10 Jahren hinzugefügt
templates/webpages/is/form_header.html | ||
---|---|---|
35 | 35 |
[%- END %] |
36 | 36 |
[%- IF id %] |
37 | 37 |
<li><a href="controller.pl?action=RecordLinks/ajax_list&object_model=Invoice&object_id=[% HTML.url(id) %]">[% 'Linked Records' | $T8 %]</a></li> |
38 |
<li><a href="[% 'controller.pl?action=AccTrans/list_transactions&trans_id=' _ HTML.url(id) | html %]">[% 'Transactions' | LxERP.t8 %]</a></li>
|
|
38 |
<li><a href="[% 'controller.pl?action=AccTrans/list_transactions&trans_id=' _ HTML.url(id) | html %]">[% LxERP.t8('Transactions') %]</a></li>
|
|
39 | 39 |
[%- END %] |
40 | 40 |
</ul> |
41 | 41 |
|
Auch abrufbar als: Unified diff
LxERP.t8 ist kein filter.