Added alert for QSO Panel notes saying its not exported data

pull/580/head^2
Peter Goodhall 2020-08-22 23:26:37 +01:00
rodzic a204d192d1
commit 6ea224ccd2
1 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -354,8 +354,11 @@
<!-- Notes Panel Contents -->
<div class="tab-pane fade" id="notes" role="tabpanel" aria-labelledby="notes-tab">
<div class="alert alert-info" role="alert">
Internal usage only, not exported.
</div>
<div class="form-group">
<label for="notes">Notes (for internal usage only)</label>
<label for="notes">Notes</label>
<textarea type="text" class="form-control" id="notes" name="notes" rows="10"></textarea>
</div>
</div>