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