Image-Upload neuer Typ für VK-Lieferschein
[kivitendo-erp.git] / templates / webpages / requirement_spec_text_block / ajax_list.html
1 [%- USE LxERP -%][%- USE L -%]
2
3 <div id="text-block-list-container">
4  [% L.hidden_tag('text_block_output_position', output_position) %]
5  <h1 class="text-block-context-menu">
6   [%- IF output_position == 0 %][%- LxERP.t8("Text blocks front") %][%- ELSE %][%- LxERP.t8("Text blocks back") %][%- END %]
7  </h1>
8
9  <div id="text-block-list-empty" class="text-block-context-menu"[% IF TEXT_BLOCKS.size %] style="display: none"[% END %]>
10   [%- LxERP.t8("No text blocks have been created for this position.") %]
11   [% LxERP.t8("Create one from the context menu by right-clicking on this text.") %]
12  </div>
13
14  <div id="text-block-list">
15   [%- FOREACH text_block = TEXT_BLOCKS %]
16    [%- INCLUDE 'requirement_spec_text_block/_text_block.html' %]
17   [%- END %]
18  </div>
19 </div>