mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Added Warning for Band-Edit
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<div class="container" id="edit_band_dialog">
|
||||
<b class="badge text-bg-danger"><?= __("WARNING")."</b> ".__("Changes made here are instance-wide and will affect EVERY User. You see this, because you're an instance-admin"); ?></p>
|
||||
<form>
|
||||
|
||||
<input type="hidden" name="id" value="<?php echo $my_band->id; ?>">
|
||||
@@ -31,4 +32,4 @@
|
||||
<button type="button" onclick="saveUpdatedBand(this.form);" class="btn btn-primary"><i class="fas fa-plus-square"></i> <?= __("Save"); ?></button>
|
||||
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user