Fix accidentally hidden checkbox for Internet access

Former-commit-id: 936aa57265e5e24bf64173e0bec3c8417dbf2251 [formerly 14b78e9350442dcfab196ada27020080be6a519f]
Former-commit-id: 33f97ac6f6621ba5034b1bdd7ea217103ba05e68
This commit is contained in:
Jaifroid 2019-04-24 21:52:06 +01:00
parent bc9d6e9614
commit 16e5da08dc

View File

@ -468,9 +468,11 @@
<td style="width:100%;">Opens library of archives for download:<br /><i>Warning:</i> this will use data</td>
</tr>
</table>
<p style="padding-top:10px;">
<input type="checkbox" name="allowInternetAccess" id="allowInternetAccessCheck"><b>&nbsp;Allow Internet access?</b>
</p>
<label class="checkbox">
<input type="checkbox" name="allowInternetAccess" id="allowInternetAccessCheck">
<span class="checkmark"></span>
<b>Allow Internet access?</b>
</label>
</div>
<div id="downloadLinks" style="display: none;"></div>
<pre id="serverResponse" class="panel-footer" style="display:none;"></pre>