Revision 31d93a66
Von Sven Donath vor etwa 12 Jahren hinzugefügt
templates/webpages/menu/header.html | ||
---|---|---|
4 | 4 |
<span class="frame-header-element frame-header-left"> |
5 | 5 |
[<a href="JavaScript:Switch_Menu();" title="[% 'Switch Menu on / off' | $T8 %]">[% 'Menu' | $T8 %]</a>] |
6 | 6 |
[<a href="controller.pl?action=LoginScreen/user_login" target="_blank" title="[% 'Open a further kivitendo window or tab' | $T8 %]">[% 'New window/tab' | $T8 %]</a>] |
7 |
[<a href="JavaScript:top.main_window.print();" title="[% 'Hardcopy' | $T8 %]">[% 'Print' | $T8 %]</a>]
|
|
8 |
[<a href="Javascript:top.main_window.history.back();" title="[% 'Go one step back' | $T8 %]">[% 'Back' | $T8 %]</a>]
|
|
9 |
[<a href="Javascript:top.main_window.history.forward();" title="[% 'Go one step forward' | $T8 %]">[% 'Fwd' | $T8 %]</a>]
|
|
7 |
[<a href="JavaScript:top.print();" title="[% 'Hardcopy' | $T8 %]">[% 'Print' | $T8 %]</a>] |
|
8 |
[<a href="Javascript:top.history.back();" title="[% 'Go one step back' | $T8 %]">[% 'Back' | $T8 %]</a>] |
|
9 |
[<a href="Javascript:top.history.forward();" title="[% 'Go one step forward' | $T8 %]">[% 'Fwd' | $T8 %]</a>] |
|
10 | 10 |
</span> |
11 | 11 |
[%- END %] |
12 | 12 |
[% IF is_fastcgi && LXCONFIG.debug.show_debug_menu %] |
templates/webpages/menu/menunew.html | ||
---|---|---|
21 | 21 |
|
22 | 22 |
[<a href="menunew.pl?action=display" target="_blank">[% 'new Window' | $T8 %]</a>] |
23 | 23 |
|
24 |
[<a href="JavaScript:top.main_window.print()">[% 'print' | $T8 %]</a>]
|
|
24 |
[<a href="JavaScript:top.print()">[% 'print' | $T8 %]</a>] |
|
25 | 25 |
</td> |
26 | 26 |
<td align="right" nowrap> |
27 | 27 |
[[% 'User' | $T8 %]: [% HTML.escape(MYCONFIG.login) %] - |
templates/webpages/menu/menuv3.html | ||
---|---|---|
44 | 44 |
|
45 | 45 |
[<a href="menuv3.pl?action=display" target="_blank">[% 'new Window' | $T8 %]</a>] |
46 | 46 |
|
47 |
[<a href="JavaScript:top.main_window.print()">[% 'print' | $T8 %]</a>]
|
|
47 |
[<a href="JavaScript:top.print()">[% 'print' | $T8 %]</a>] |
|
48 | 48 |
|
49 | 49 |
[[% 'Search contacts' | $T8 %] <input size="15" name="search_term" id="search_term" onkeydown="return on_keydown_quicksearch(event)">] |
50 | 50 |
</td> |
Auch abrufbar als: Unified diff
main_window gibt's nicht mehr