removed compress option
This commit is contained in:
parent
15b33ea717
commit
4e33f7e5e3
|
@ -89,9 +89,6 @@ printf('<tr><td> </td><td><input type="checkbox" name="sys_attr" id="sys_at
|
||||||
printf('<tr><td> </td><td><input type="checkbox" id="save_as_file" name="save_as_file" onclick="export_field_toggle(this)" /> <label for="save_as_file">%s</label></td></tr>',
|
printf('<tr><td> </td><td><input type="checkbox" id="save_as_file" name="save_as_file" onclick="export_field_toggle(this)" /> <label for="save_as_file">%s</label></td></tr>',
|
||||||
_('Save as file'));
|
_('Save as file'));
|
||||||
|
|
||||||
printf('<tr><td> </td><td><input type="checkbox" id="compress" name="compress" disabled="disabled" /> <label for="compress">%s</label></td></tr>',
|
|
||||||
_('Compress'));
|
|
||||||
|
|
||||||
echo '</table>';
|
echo '</table>';
|
||||||
echo '</fieldset>';
|
echo '</fieldset>';
|
||||||
echo '</td>';
|
echo '</td>';
|
||||||
|
|
Loading…
Reference in New Issue