New icon for missing geometry

* introduces "..." as new icon for missing geometry entries
    * moves former explanatory message into title attribute for mouse hover activation
This commit is contained in:
mpeltriaux 2022-10-12 10:15:27 +02:00
parent 67df63af0f
commit 7ccb362968

View File

@ -9,5 +9,7 @@
</span>
{% endfor %}
{% else %}
<span class="badge pill-badge rlp-r-inv">{% translate 'No geometry added, yet.' %}</span>
<span class="text-info" title="{% translate 'No geometry added, yet.' %}">
{% fa5_icon 'ellipsis-h' %}
</span>
{% endif %}