From 94ce1e494efae89001213147cabb9a5f420b8557 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 1 Dec 2017 15:03:47 +0100 Subject: [locations] Move overlap warnings to top --- .../locations/templates/locations.html | 23 ++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) (limited to 'modules-available/locations') diff --git a/modules-available/locations/templates/locations.html b/modules-available/locations/templates/locations.html index fb09a45e..02428323 100644 --- a/modules-available/locations/templates/locations.html +++ b/modules-available/locations/templates/locations.html @@ -4,6 +4,18 @@ {{lang_thisListBySubnet}}

{{lang_locationsMainHeading}}

+ + {{#overlapSelf}} +
+ {{lang_locationSelfOverlap}}: {{locationname}} +
+ {{/overlapSelf}} + {{#overlapOther}} +
+ {{lang_locationOtherOverlap}}: {{name1}}{{name2}} +
+ {{/overlapOther}} + @@ -106,16 +118,7 @@
{{lang_locationName}}
-{{#overlapSelf}} -
- {{lang_locationSelfOverlap}}: {{locationname}} -
-{{/overlapSelf}} -{{#overlapOther}} -
- {{lang_locationOtherOverlap}}: {{name1}}{{name2}} -
-{{/overlapOther}} +