Merge pull request #221 from Phyks/exportWaypoints

Export waypoints from BRouter-web interface
This commit is contained in:
Norbert Renner 2019-07-26 18:10:32 +02:00 committed by GitHub
commit 4b470ab0b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 35 additions and 2 deletions

View file

@ -682,6 +682,32 @@
</div>
</div>
</fieldset>
<fieldset id="export-includes" class="form-group">
<div class="row">
<legend
class="col-form-label col-sm-2"
data-i18n="export.include"
>
Include
</legend>
<div class="col-sm-10">
<div class="form-check">
<label class="form-check-label">
<input
class="form-check-input"
id="include-waypoints"
type="checkbox"
name="include-waypoints"
/>
<span
data-i18n="export.include_waypoints"
>Waypoints</span
>
</label>
</div>
</div>
</div>
</fieldset>
<div class="modal-footer">
<button
type="button"