New icon for missing geometry

* introduces "..." as new icon for missing geometry entries
    * moves former explanatory message into title attribute for mouse hover activation
pull/223/head
mpeltriaux 2 years ago
parent 67df63af0f
commit 7ccb362968

@ -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 %}
Loading…
Cancel
Save