Revision 2729421a
Von Bernd Bleßmann vor fast 4 Jahren hinzugefügt
templates/webpages/letter/edit.html | ||
---|---|---|
9 | 9 |
<form action='controller.pl' method='POST' id='form'> |
10 | 10 |
<input type="hidden" name="letter.id" value="[% letter.id | html %]"> |
11 | 11 |
<input type="hidden" name="draft.id" value="[% draft.id | html %]"> |
12 |
<input type="hidden" name="type" value="[% type | html %]"> |
|
12 |
<input type="hidden" name="type" value="[% FORM.type | html %]">
|
|
13 | 13 |
[% L.hidden_tag('is_sales', SELF.is_sales) %] |
14 | 14 |
|
15 | 15 |
[%- INCLUDE 'common/flash.html' %] |
... | ... | |
20 | 20 |
[%- IF letter.id %] |
21 | 21 |
[%- IF INSTANCE_CONF.get_webdav %] |
22 | 22 |
<li><a href="#ui-tabs-webdav">[% LxERP.t8('WebDAV') %]</a></li> |
23 |
[%- END %] |
|
24 |
[%- IF INSTANCE_CONF.get_doc_storage %] |
|
25 |
<li><a href="controller.pl?action=File/list&file_type=document&object_type=[% HTML.escape(FORM.type) %]&object_id=[% HTML.url(letter.id) %]">[% 'Documents' | $T8 %]</a></li> |
|
23 | 26 |
[%- END %] |
24 | 27 |
<li><a href="controller.pl?action=RecordLinks/ajax_list&object_model=Letter&object_id=[% HTML.url(letter.id) %]">[% LxERP.t8("Linked Records") %]</a></li> |
25 | 28 |
[%- END %] |
Auch abrufbar als: Unified diff
Brief: erzeugtes Dokument im DMS speichern