Fix 'check all' field was required, blocking the next step

This commit is contained in:
nathan 2022-09-22 11:47:11 -06:00
parent 4454f350b2
commit d48d805f05

View File

@ -21,9 +21,11 @@
<row class="th">
<description value="Field"/>
<hbox>
<description value="Export"/>
<buttononly statustext="Check all" label="Check all" id="check_all" needed="1" onclick="jQuery('input:checkbox').attr('checked', !jQuery('input:checkbox').attr('checked')); return false;" options="check"/>
</hbox>
<description value="Export"/>
<buttononly statustext="Check all" label="Check all" id="check_all"
onclick="jQuery('input:checkbox').attr('checked', !jQuery('input:checkbox').attr('checked')); return false;"
image="check"/>
</hbox>
</row>
<row>
<description id="${row}[name]" no_lang="1"/>