Now leaving styling to customer if he wants the filename and filesize as a hyperlink or outside the hyperlink

This commit is contained in:
Stephan Kristyn
2026-02-11 19:03:34 +01:00
parent 755be747a6
commit cfea0fb20e
4 changed files with 5 additions and 10 deletions

View File

@@ -691,10 +691,7 @@ endif;
</div>
<div id="attachmenttemplate" role="alert" class="attachment hidden alert alert-info">
<span class="glyphicon glyphicon-download-alt" aria-hidden="true"></span>
<a class="alert-link">
<?php echo I18n::_('Download attachment'); ?>
<span></span>
</a>
<a class="alert-link"><?php echo I18n::_('Download attachment'); ?><span></span></a>
</div>
</div>
</div>

View File

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