From f0b82ddb3d6512a654df110b7ee35fd3353c9ce7 Mon Sep 17 00:00:00 2001 From: leosw Date: Fri, 4 Jun 2021 20:56:48 +0200 Subject: [PATCH] Add permalink field in poi new form --- views/css/d.poi.css | 4 ++++ views/d.poi.edit.html | 24 +++++++++++++++++++++++- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/views/css/d.poi.css b/views/css/d.poi.css index 321f788..20e5ae5 100755 --- a/views/css/d.poi.css +++ b/views/css/d.poi.css @@ -158,6 +158,10 @@ form.form input[type=radio]+label img { font-style: italic; } +#permalink { + width: calc(100% - 20px); +} + /***************************************** Controls of the map *****************************************/ diff --git a/views/d.poi.edit.html b/views/d.poi.edit.html index 649b63e..6556086 100755 --- a/views/d.poi.edit.html +++ b/views/d.poi.edit.html @@ -118,12 +118,34 @@ updateForm($(this).prev().val()); }); }); -

+ + + + + +