N°3908 - Polishing: Application Upgrade - clickable checkbox label, remove history menu, filter history with most recent first, remove unnecessary columns in history

This commit is contained in:
Eric Espie
2021-09-16 11:14:50 +02:00
parent adc7666dd0
commit 5839bab042
4 changed files with 34 additions and 7 deletions

View File

@@ -13,4 +13,5 @@
{% endif %}
{% if oUIBlock.GetPlaceHolder() %} placeholder="{{ oUIBlock.GetPlaceHolder() }}" {% endif %}
>
{% if oUIBlock.HasLabel() %}<label for="{{ oUIBlock.GetId() }}">{{ oUIBlock.GetLabel() |raw }}</label>{% endif %}
{% endblock %}