mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
* [OQRS] config-switch to disable oqrs-feature
This commit is contained in:
committed by
Christoph Kottke
parent
200f6d965f
commit
71f6896b69
@@ -259,6 +259,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php if (!($this->config->item('disable_oqrs') ?? false)) { ?>
|
||||
<div class="mb-3">
|
||||
<label for="oqrs"><?php echo lang("station_location_oqrs_enabled"); ?></label>
|
||||
<select class="form-select" id="oqrs" name="oqrs">
|
||||
@@ -279,6 +280,7 @@
|
||||
<input type="text" class="form-control" name="oqrstext" id="oqrstext" aria-describedby="oqrstextHelp">
|
||||
<small id="oqrstextHelp" class="form-text text-muted"><?php echo lang("station_location_oqrs_text_hint"); ?></small>
|
||||
</div>
|
||||
<?php } ?>
|
||||
|
||||
<button type="submit" class="btn btn-primary"><i class="fas fa-plus-square"></i> <?php echo lang("admin_create"); ?> <?php echo lang("station_location"); ?></button>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user