mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-04 14:07:32 +00:00
buttons and storage action
This commit is contained in:
parent
be21d4c9ac
commit
bd9cdc1cba
3 changed files with 63 additions and 7 deletions
|
|
@ -226,7 +226,7 @@
|
|||
</div>
|
||||
<div class="form-field">
|
||||
<label for="frequency">Frequency:</label>
|
||||
<input type="number" id="frequency" name="frequency" step="12500">
|
||||
<input type="number" id="frequency" name="frequency">
|
||||
</div>
|
||||
<div class="form-field">
|
||||
<label for="modulation">Modulation:</label>
|
||||
|
|
@ -242,6 +242,11 @@
|
|||
<option value="ysf">YSF</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="buttons">
|
||||
<div class="openwebrx-button" data-action="cancel">Cancel</div>
|
||||
<div class="openwebrx-button" data-action="submit">Ok</div>
|
||||
</div>
|
||||
<input type="submit" style="display:none;">
|
||||
</form>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue