Revision 248f1c5f
Von Cem Aydin vor mehr als 2 Jahren hinzugefügt
menus/admin/00-admin.yaml | ||
---|---|---|
67 | 67 |
params: |
68 | 68 |
action: Admin/show_lock |
69 | 69 |
- parent: system |
70 |
id: system_documentation_in_german_
|
|
70 |
id: program_documentation_in_german
|
|
71 | 71 |
name: Documentation (in German) |
72 | 72 |
order: 200 |
73 |
- parent: program_documentation_in_german |
|
74 |
id: program_documentation_in_german_pdf |
|
75 |
name: PDF |
|
76 |
order: 100 |
|
73 | 77 |
href: doc/kivitendo-Dokumentation.pdf |
74 | 78 |
target: _blank |
79 |
- parent: program_documentation_in_german |
|
80 |
id: program_documentation_in_german_html |
|
81 |
name: HTML |
|
82 |
order: 200 |
|
83 |
href: doc/html/index.html |
|
84 |
target: _blank |
|
75 | 85 |
- parent: system |
76 | 86 |
id: system_kivitendo_website_external_ |
77 | 87 |
name: kivitendo website (external) |
menus/user/00-erp.yaml | ||
---|---|---|
1550 | 1550 |
params: |
1551 | 1551 |
action: Admin/login |
1552 | 1552 |
- parent: program |
1553 |
id: program_documentation_in_german_
|
|
1553 |
id: program_documentation_in_german |
|
1554 | 1554 |
name: Documentation (in German) |
1555 | 1555 |
order: 500 |
1556 |
- parent: program_documentation_in_german |
|
1557 |
id: program_documentation_in_german_pdf |
|
1558 |
name: PDF |
|
1559 |
order: 100 |
|
1556 | 1560 |
href: doc/kivitendo-Dokumentation.pdf |
1557 | 1561 |
target: _blank |
1562 |
- parent: program_documentation_in_german |
|
1563 |
id: program_documentation_in_german_html |
|
1564 |
name: HTML |
|
1565 |
order: 200 |
|
1566 |
href: doc/html/index.html |
|
1567 |
target: _blank |
|
1558 | 1568 |
- parent: program |
1559 | 1569 |
id: program_kivitendo_website_external_ |
1560 | 1570 |
name: kivitendo website (external) |
templates/webpages/admin/adminlogin.html | ||
---|---|---|
44 | 44 |
<p> |
45 | 45 |
<a href="controller.pl?action=LoginScreen/user_login" target="_top">[%- LxERP.t8('User login') %]</a> |
46 | 46 |
| |
47 |
<a href="doc/kivitendo-Dokumentation.pdf" target="_top">[%- LxERP.t8('Documentation') %]</a> |
|
47 |
[%- LxERP.t8('Documentation') %] |
|
48 |
<a href="doc/kivitendo-Dokumentation.pdf" target="_top">[%- LxERP.t8('PDF') %]</a>/<a href="doc/html/index.html" target="_top">[%- LxERP.t8('HTML') %]</a> |
|
48 | 49 |
</p> |
templates/webpages/login_screen/user_login.html | ||
---|---|---|
71 | 71 |
<p> |
72 | 72 |
<a href="controller.pl?action=Admin/login" target="_top">[%- LxERP.t8('Administration area') %]</a> |
73 | 73 |
| |
74 |
<a href="doc/kivitendo-Dokumentation.pdf" target="_top">[%- LxERP.t8('Documentation') %]</a> |
|
74 |
[%- LxERP.t8('Documentation') %] |
|
75 |
<a href="doc/kivitendo-Dokumentation.pdf" target="_top">[%- LxERP.t8('PDF') %]</a>/<a href="doc/html/index.html" target="_top">[%- LxERP.t8('HTML') %]</a> |
|
75 | 76 |
</p> |
76 | 77 |
|
77 | 78 |
[% IF FORM.$auth_client %] |
Auch abrufbar als: Unified diff
Menupunkte und Links für die Dokumentation in HTML hinzugefügt