From 8e7338703257eeb9df0cc49d843cd81e8380f024 Mon Sep 17 00:00:00 2001 From: mpeltriaux Date: Wed, 12 Oct 2022 10:15:27 +0200 Subject: [PATCH] New icon for missing geometry * introduces "..." as new icon for missing geometry entries * moves former explanatory message into title attribute for mouse hover activation --- templates/table/gmrkng_col.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/table/gmrkng_col.html b/templates/table/gmrkng_col.html index 569c4c13..2f5521b1 100644 --- a/templates/table/gmrkng_col.html +++ b/templates/table/gmrkng_col.html @@ -9,5 +9,7 @@ {% endfor %} {% else %} - {% translate 'No geometry added, yet.' %} + + {% fa5_icon 'ellipsis-h' %} + {% endif %} \ No newline at end of file