Revision d26b7d6c
Von Sven Schöling vor etwa 12 Jahren hinzugefügt
templates/webpages/fu/report_for_todo_list.html | ||
---|---|---|
26 | 26 |
</td> |
27 | 27 |
<td>[% HTML.escape(row.follow_up_date) %]</td> |
28 | 28 |
<td>[% HTML.escape(row.created_on) %]</td> |
29 |
<td><a href="[% edit_url %][% HTML.escape(row.id) %]">[% HTML.escape(row.subject) %]</a></td> |
|
30 |
<td>[% IF row.reference_link %]<a href="[% row.reference_link %]">[% END %][% HTML.escape(row.reference) %][% IF row.reference_link %]</a>[% END %]</td> |
|
29 |
<td><a href="[% edit_url | html %][% HTML.escape(row.id) %]">[% HTML.escape(row.subject) %]</a></td>
|
|
30 |
<td>[% IF row.reference_link %]<a href="[% row.reference_link | html %]">[% END %][% HTML.escape(row.reference) %][% IF row.reference_link %]</a>[% END %]</td>
|
|
31 | 31 |
<td>[% HTML.escape(row.created_by_name) %]</td> |
32 | 32 |
</tr> |
33 | 33 |
[%- END %] |
templates/webpages/menu/header.html | ||
---|---|---|
13 | 13 |
<span class="frame-header-element frame-header-center"> |
14 | 14 |
Debug: |
15 | 15 |
[<a href='controller.pl?action=DebugMenu/reload'>FCGI Reload</a>] |
16 |
[<a href='controller.pl?action=DebugMenu/toggle&level=request_timer'>[% IF LXDEBUG.level_by_name('request_timer') %]<b>Timing</b>[% ELSE %]Timing[% END %]</a>] |
|
17 |
[<a href='controller.pl?action=DebugMenu/toggle&level=trace'>[% IF LXDEBUG.level_by_name('trace') %]<b>Trace</b>[% ELSE %]Trace[% END %]</a>] |
|
18 |
[<a href='controller.pl?action=DebugMenu/toggle&level=query'>[% IF LXDEBUG.level_by_name('query') %]<b>Query</b>[% ELSE %]Query[% END %]</a>] |
|
19 |
[<a href='controller.pl?action=DebugMenu/toggle&level=warn'>[% IF LXDEBUG.level_by_name('warn') %]<b>Warnings</b>[% ELSE %]Warnings[% END %]</a>] |
|
16 |
[<a href='controller.pl?action=DebugMenu/toggle&level=request_timer'>[% IF LXDEBUG.level_by_name('request_timer') %]<b>Timing</b>[% ELSE %]Timing[% END %]</a>]
|
|
17 |
[<a href='controller.pl?action=DebugMenu/toggle&level=trace'>[% IF LXDEBUG.level_by_name('trace') %]<b>Trace</b>[% ELSE %]Trace[% END %]</a>]
|
|
18 |
[<a href='controller.pl?action=DebugMenu/toggle&level=query'>[% IF LXDEBUG.level_by_name('query') %]<b>Query</b>[% ELSE %]Query[% END %]</a>]
|
|
19 |
[<a href='controller.pl?action=DebugMenu/toggle&level=warn'>[% IF LXDEBUG.level_by_name('warn') %]<b>Warnings</b>[% ELSE %]Warnings[% END %]</a>]
|
|
20 | 20 |
</span> |
21 | 21 |
[%- END %] |
22 | 22 |
<span class="frame-header-element frame-header-right"> |
templates/webpages/oe/report_for_todo_list.html | ||
---|---|---|
20 | 20 |
<td>[% HTML.escape(row.transdate) %]</td> |
21 | 21 |
<td>[% HTML.escape(row.reqdate) %]</td> |
22 | 22 |
<td> |
23 |
<a href="[% edit_url %]&vc=[% HTML.url(row.vc) %]&type=[% IF row.vc == 'customer' %]sales_quotation[% ELSE %]request_quotation[% END %]&id=[% HTML.url(row.id) %]">
|
|
23 |
<a href="[% edit_url | html %]&vc=[% row.vc | html %]&type=[% IF row.vc == 'customer' %]sales_quotation[% ELSE %]request_quotation[% END %]&id=[% row.id | html %]">
|
|
24 | 24 |
[% IF row.vc == 'customer' %] |
25 | 25 |
[% 'Sales quotation' | $T8 %] |
26 | 26 |
[% ELSE %] |
Auch abrufbar als: Unified diff
Ein paar html Macken beseitigt