mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Fix 'check all' field was required, blocking the next step
This commit is contained in:
parent
4454f350b2
commit
d48d805f05
@ -21,9 +21,11 @@
|
|||||||
<row class="th">
|
<row class="th">
|
||||||
<description value="Field"/>
|
<description value="Field"/>
|
||||||
<hbox>
|
<hbox>
|
||||||
<description value="Export"/>
|
<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"/>
|
<buttononly statustext="Check all" label="Check all" id="check_all"
|
||||||
</hbox>
|
onclick="jQuery('input:checkbox').attr('checked', !jQuery('input:checkbox').attr('checked')); return false;"
|
||||||
|
image="check"/>
|
||||||
|
</hbox>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<description id="${row}[name]" no_lang="1"/>
|
<description id="${row}[name]" no_lang="1"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user