92556809025d089452de314d8faff49100783036
[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     <input type="checkbox" id='force_lang' name="force_lang" size="6" value="1">
9     [% 'Override invoice language' | $T8 %]
10     [% PRINT_OPTIONS %]
11   </p>
12
13   <p>
14    [% 'Dunnings' | $T8 %]<br>
15    [% L.hidden_tag('action', 'dispatcher') %]
16    <input type="submit" class="submit" name='action_print_multiple' value="[%- 'Print' | $T8 %]">
17    [% 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!')) %]
18   </p>
19
20  </form>
21  <script type='text/javascript'>
22    $(function() {
23      $("select[name='language_id']").prop('disabled', !$('#force_lang').prop('checked'));
24      $('#force_lang').checkall('select[name="language_id"]', 'disabled', 'inverted');
25    });
26  </script>