|
Lines 352-358
Link Here
|
| 352 |
[% MACRO jsinclude BLOCK %] |
352 |
[% MACRO jsinclude BLOCK %] |
| 353 |
[% INCLUDE 'datatables.inc' %] |
353 |
[% INCLUDE 'datatables.inc' %] |
| 354 |
<script> |
354 |
<script> |
| 355 |
\ function submitForm(form) { |
355 |
function submitForm(form) { |
| 356 |
if (form.closedbg.checked == true) { |
356 |
if (form.closedbg.checked == true) { |
| 357 |
var input = document.createElement("input"); |
357 |
var input = document.createElement("input"); |
| 358 |
input.setAttribute("type", "hidden"); |
358 |
input.setAttribute("type", "hidden"); |
| 359 |
- |
|
|