diff options
author | RaindropsSys <contact@minteck.org> | 2023-08-02 14:08:08 +0200 |
---|---|---|
committer | RaindropsSys <contact@minteck.org> | 2023-08-02 14:08:08 +0200 |
commit | 5103495a461ed90f23b5ec890dca73935bff0c68 (patch) | |
tree | adc16bfa325372623d6f58c3befa28bb25b72cec /includes/components/emergency.inc | |
parent | 0406b656d04a6fffbcc5f6d16ecec9906cc3b609 (diff) | |
download | pluralconnect-5103495a461ed90f23b5ec890dca73935bff0c68.tar.gz pluralconnect-5103495a461ed90f23b5ec890dca73935bff0c68.tar.bz2 pluralconnect-5103495a461ed90f23b5ec890dca73935bff0c68.zip |
Updated 19 files and added assets/icons/new/menu.svg (automated)
Diffstat (limited to 'includes/components/emergency.inc')
-rw-r--r-- | includes/components/emergency.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/components/emergency.inc b/includes/components/emergency.inc index 2de7134..0a1401c 100644 --- a/includes/components/emergency.inc +++ b/includes/components/emergency.inc @@ -10,6 +10,7 @@ <p style="text-align:center;margin-top:10px;">Sending next notification <b><span id="next-notification">never</span></b></p> <style> + <?php global $use2023UI; if (!$use2023UI): ?> .modal-header { border-bottom: 1px solid #353738; } @@ -22,6 +23,7 @@ .btn-close { filter: invert(1); } + <?php endif; ?> #btn-on.disabled, #btn-off.disabled { opacity: .5; |