135de5c1e5ef31da7b6e550068052e8b621a17be
[kivitendo-erp.git] / templates / webpages / dunning / show_dunning_bottom.html
1 [%- USE T8 %]
2 [%- USE HTML %]
3 [%- USE LxERP %]
4 [%- USE L %]
5 <input type="hidden" name="rowcount" value="[% rowcount %]">
6
7   <p>
8    [% 'Dunnings' | $T8 %]<br>
9    [% L.hidden_tag('action', 'dispatcher') %]
10    <input type="submit" class="submit" name='action_print_multiple' value="[%- 'Print' | $T8 %]">
11    [% L.submit_tag('action_delete', LxERP.t8('Delete'), confirm=LxERP.t8('This resets the dunning process for the selected invoices. Posted dunning invoices will not be changed!')) %]
12   </p>
13
14  </form>