Refactoring the way DOM element is created and styled. Now leaving styling to customer

This commit is contained in:
Stephan Kristyn
2026-02-11 18:41:44 +01:00
parent 89838a4871
commit 755be747a6
3 changed files with 10 additions and 6 deletions

View File

@@ -549,7 +549,10 @@ 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>
<a class="alert-link">
<?php echo I18n::_('Download attachment'); ?>
<span></span>
</a>
</div>
</div>
</div>