Adding Bootstrap Classname to dynamically created child element

This commit is contained in:
Stephan Kristyn
2026-02-10 18:22:17 +01:00
parent e2b4b8a7f8
commit 9ab16674aa
6 changed files with 6 additions and 13 deletions

View File

@@ -549,8 +549,7 @@ endif;
</div>
<div id="attachmenttemplate" role="alert" class="hidden alert alert-info">
<svg width="16" height="16" fill="currentColor" aria-hidden="true"><use href="img/bootstrap-icons.svg#download" /></svg>
<a class="alert-link"><?php echo I18n::_('Download attachment'); ?></a>
<span id="attachmentInfo"></span>
<a class="alert-link"><?php echo I18n::_('Download attachment'); ?><span id="attachmentinfo"></span></a>
</div>
</div>
</div>