This commit is contained in:
parent
f46d148654
commit
7810e0a3dd
@ -334,8 +334,6 @@ include_once 'header.inc';
|
|||||||
<li>Click the Save button</li>
|
<li>Click the Save button</li>
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
<input type='button' name='update_bulk' value='Save' onclick='validate_bulk();' />
|
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
@ -415,7 +413,7 @@ include_once 'header.inc';
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th title='Select to change' style='vertical-align:bottom;'>
|
<th title='Select to change' style='vertical-align:bottom;'>
|
||||||
Checklists:<br />
|
Checklists:<br /><span style='font-size: 10pt;'>(control + click to select multiple)</span><br />
|
||||||
<input type='text' name='chk_filter' id='chk_filter' placeholder="Filter..." onkeyup="javascript:filter_checklists($('#hide_old').is(':checked'));" style='width:132px;' /><br />
|
<input type='text' name='chk_filter' id='chk_filter' placeholder="Filter..." onkeyup="javascript:filter_checklists($('#hide_old').is(':checked'));" style='width:132px;' /><br />
|
||||||
Remove Existing Checklists:
|
Remove Existing Checklists:
|
||||||
<input type='checkbox' name='remove_existing' value='1' />
|
<input type='checkbox' name='remove_existing' value='1' />
|
||||||
@ -439,6 +437,8 @@ include_once 'header.inc';
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<input type='button' name='update_bulk' value='Save' onclick='validate_bulk();' />
|
||||||
|
|
||||||
<table class=''>
|
<table class=''>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user