mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
20 lines
613 B
Plaintext
20 lines
613 B
Plaintext
<div id="unit-import-export-dialog" class="ol-panel ol-dialog hide" oncontextmenu="return false;">
|
|
<div class="ol-dialog-header">
|
|
<h3>Export unit data to file</h3>
|
|
</div>
|
|
|
|
<div class="ol-dialog-content">
|
|
<p>This data will include DCS and Olympus-controlled units.</p>
|
|
<table>
|
|
<thead>
|
|
</thead>
|
|
<tbody>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|
|
<div class="ol-dialog-footer ol-group">
|
|
<button class="start-transfer">Export units to file</button>
|
|
<button data-on-click="closeDialog">Cancel</button>
|
|
</div>
|
|
</div> |