aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorThomas Hackl <hackl@data-quest.de>2024-11-22 12:59:24 +0000
committerThomas Hackl <hackl@data-quest.de>2024-11-22 12:59:24 +0000
commit687255810bb918b82d3c048fc068d8972cfce5ac (patch)
tree02d9bcfa23ef400e6d797e8aa34df08b000e470a /templates
parent64f6b0103605c3fb52dea46154ee20f2c169c2e1 (diff)
Resolve "statische Message Boxen neu gestalten"
Closes #4504 Merge request studip/studip!3673
Diffstat (limited to 'templates')
-rw-r--r--templates/shared/message_box.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/shared/message_box.php b/templates/shared/message_box.php
index 447763d..06dc719 100644
--- a/templates/shared/message_box.php
+++ b/templates/shared/message_box.php
@@ -5,11 +5,6 @@
<span><?= _('Detailanzeige umschalten') ?></span>
</a>
<? endif ?>
- <? if (!$hide_close): ?>
- <a class="close" role="button" href="#" title="<?= _('Nachrichtenbox schließen') ?>">
- <span><?= _('Nachrichtenbox schließen') ?></span>
- </a>
- <? endif; ?>
</div>
<div role="status" id="messagebox-<?= $counter ?>">
<?= $message ?>