liquid_feedback_frontend

changeset 1471:4665754cc5ab

Added whitespace in admin area view
author bsw
date Thu Oct 18 17:43:02 2018 +0200 (2018-10-18)
parents 854d88aef250
children 734628c88034
files app/main/admin/area_show.lua
line diff
     1.1 --- a/app/main/admin/area_show.lua	Thu Oct 18 17:42:09 2018 +0200
     1.2 +++ b/app/main/admin/area_show.lua	Thu Oct 18 17:43:02 2018 +0200
     1.3 @@ -67,6 +67,7 @@
     1.4                                    connecting_records = area.allowed_policies or {},
     1.5                                    foreign_reference  = "id",
     1.6                  }
     1.7 +                slot.put("<br /><br />")
     1.8                  ui.field.text{    label = _"Admission quorum standard", name = "quorum_standard", value = hint and 10 or nil }
     1.9                  ui.field.text{    label = _"Admission quorum issues", name = "quorum_issues", value = hint and 10 or nil }
    1.10                  ui.field.text{    label = _"Admission quorum time", name = "quorum_time", value = hint and "60 days" or nil }

Impressum / About Us