3836 - Dashlet: Finish visual rework

This commit is contained in:
acognet
2021-06-29 16:08:02 +02:00
parent f84bc9fbbc
commit bfe22b4ec0

View File

@@ -9,8 +9,8 @@
{% if oUIBlock.bCreateNew %}
<div class="ibo-blocklist--create-new">
<a{{ oUIBlock.sLinkTarget }} href="{{ oUIBlock.sAbsoluteUrlAppRoot }}pages/UI.php?operation=new&class={{ oUIBlock.sClass }}&{{ oUIBlock.sParams }}{{ oUIBlock.sDefault }}">
{{ 'UI:ClickToCreateNew'|dict_format(oUIBlock.sClassLabel) }}
</a>
<span class="fas fa-plus"></span> {{ 'UI:ClickToCreateNew'|dict_format(oUIBlock.sClassLabel) }}
</a>
</div>
{% endif %}