mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-09-09 04:06:27 -04:00
Better organization of buttons
# Conflicts: # www/index.html Former-commit-id: 9c564ef961e40f4854cae4b3b037c54b203d68aa [formerly 566a706a80d2d77e429c7cc32832f0ee29df6228] Former-commit-id: ae7a8690f539415e6f6e3b4833767e8f0da91436
This commit is contained in:
parent
40c2c01517
commit
e7d137886e
@ -350,8 +350,12 @@
|
||||
</div>
|
||||
<div id="rescanStorage"class="row">
|
||||
<div class="col-xs-12">
|
||||
<input style="float:left;margin-right:1em;" type="button" class="btn btn-primary" value="Select storage" id="btnRescanDeviceStorage" />
|
||||
<p>Tap to select app's local storage or to select a file or folder manually</p>
|
||||
<table>
|
||||
<tr>
|
||||
<td><input style="float:left; margin-right:1em;" type="button" class="btn btn-primary" value="Select storage" id="btnRescanDeviceStorage" /></td>
|
||||
<td style="width:100%;">Tap to select app's local storage or to select a file or folder</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -362,13 +366,14 @@
|
||||
Files can be very large, <b>do not attempt to download using mobile data!</b>
|
||||
</p>
|
||||
<div class="col-xs-12">
|
||||
<p>
|
||||
<input id="downloadTrigger" type="button" class="btn btn-primary" value="Open library" style="float:left;margin-right:1em;">
|
||||
Opens library of archives for download:<br /><i>Warning:</i> this will use data
|
||||
</p>
|
||||
<p>
|
||||
<input type="checkbox" name="allowInternetAccess" id="allowInternetAccessCheck">
|
||||
<b> Allow Internet access?</b>
|
||||
<table>
|
||||
<tr>
|
||||
<td><input id="downloadTrigger" type="button" class="btn btn-primary" value="Open library" style="float:left; margin-right:1em;" /></td>
|
||||
<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> Allow Internet access?</b>
|
||||
</p>
|
||||
</div>
|
||||
<div id="downloadLinks" style="display: none;"></div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user