Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision fbb06834

Von Moritz Bunkus vor etwa 11 Jahren hinzugefügt

  • ID fbb06834f8b1f3c6b6e16bec38adc8e3220ef043
  • Vorgänger 57b58566
  • Nachfolger 75563c5f

Pflichtenhefte: beim Vorlageneinfügen Typen der Vorlage anzeigen

Unterschiede anzeigen:

templates/webpages/requirement_spec/select_template_to_paste.html
<th>[%- LxERP.t8("Detail view") %]</th>
<th>[%- LxERP.t8("Paste template") %]</th>
<th>[%- LxERP.t8("Title") %]</th>
<th>[%- LxERP.t8("Type") %]</th>
<th>[%- LxERP.t8("Last modification") %]</th>
</tr>
......
</td>
<td><a href="#" onclick="kivi.requirement_spec.paste_selected_template([% template.id %]);">[%- LxERP.t8("Paste template") %]</a></td>
<td>[%- HTML.escape(template.title) %]</td>
<td>[%- HTML.escape(template.type.description) %]</td>
<td>[% template.mtime ? template.mtime.to_kivitendo(precision='minute') : template.itime.to_kivitendo(precision='minute') %]</td>
</tr>

Auch abrufbar als: Unified diff