Revision fbb06834
Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt
templates/webpages/requirement_spec/select_template_to_paste.html | ||
---|---|---|
22 | 22 |
<th>[%- LxERP.t8("Detail view") %]</th> |
23 | 23 |
<th>[%- LxERP.t8("Paste template") %]</th> |
24 | 24 |
<th>[%- LxERP.t8("Title") %]</th> |
25 |
<th>[%- LxERP.t8("Type") %]</th> |
|
25 | 26 |
<th>[%- LxERP.t8("Last modification") %]</th> |
26 | 27 |
</tr> |
27 | 28 |
|
... | ... | |
35 | 36 |
</td> |
36 | 37 |
<td><a href="#" onclick="kivi.requirement_spec.paste_selected_template([% template.id %]);">[%- LxERP.t8("Paste template") %]</a></td> |
37 | 38 |
<td>[%- HTML.escape(template.title) %]</td> |
39 |
<td>[%- HTML.escape(template.type.description) %]</td> |
|
38 | 40 |
<td>[% template.mtime ? template.mtime.to_kivitendo(precision='minute') : template.itime.to_kivitendo(precision='minute') %]</td> |
39 | 41 |
</tr> |
40 | 42 |
|
Auch abrufbar als: Unified diff
Pflichtenhefte: beim Vorlageneinfügen Typen der Vorlage anzeigen