Pflichtenhefte: Drag & Drop von Textblöcken
[kivitendo-erp.git] / templates / webpages / requirement_spec_text_block / ajax_list.html
1 [%- USE LxERP -%][% nownow %]
2 <h1>
3  [%- IF output_position == 0 %][%- LxERP.t8("Text blocks front") %][%- ELSE %][%- LxERP.t8("Text blocks back") %][%- END %]
4 </h1>
5
6 <div id="text-block-list-empty"[% IF TEXT_BLOCKS.size %] style="display: none"[% END %]>
7  [%- LxERP.t8("No text blocks have been created for this position.") %]
8 </div>
9
10 <div id="text-block-list">
11  [%- FOREACH text_block = TEXT_BLOCKS %]
12   [%- INCLUDE 'requirement_spec_text_block/_text_block.html' %]
13  [%- END %]
14 </div>