Changes for page Homeopaths
Last modified by Jip-jan Alunkel on March 14, 20:13
From version 8.104
edited by Jip-jan Alunkel
on December 08, 19:12
on December 08, 19:12
Change comment:
Renamed from xwiki:practices.WebHome
To version 8.93
edited by Jip-jan Alunkel
on December 08, 18:24
on December 08, 18:24
Change comment:
Renamed from xwiki:practices.WebHome
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -9,7 +9,6 @@ 9 9 {{html wiki="false" clean="false"}} 10 10 <p> 11 11 All about homeopaths. 12 - 13 13 </p> 14 14 <div id="homeopaths_map"></div> 15 15 ... ... @@ -60,7 +60,7 @@ 60 60 "data-query-list-header" : "$services.localization.render('pagemaker.line.suggest_select_list')", 61 61 "data-query-list-contents" : "key", 62 62 "data-query-list-editable" : "false", 63 - "help-block" : ' Inputand select the country where your practice resides.'62 + "help-block" : 'Type and select the country where your practice resides.' 64 64 }) 65 65 #createFormElement($country) 66 66 ... ... @@ -81,7 +81,6 @@ 81 81 "data-auto-first-capital" : "true", 82 82 "data-query-type" : "address", 83 83 "data-query-reference" : "", 84 - "data-page-name": "$xcontext.getUserReference().getName()", 85 85 "data-query-list-type" : "suggest-select", 86 86 "data-query-list-header" : "$services.localization.render('pagemaker.line.suggest_select_list')", 87 87 "data-query-list-contents" : "value/key", ... ... @@ -89,7 +89,7 @@ 89 89 "data-create-xobj" : "true", 90 90 "data-xobj-classname" : "homeopaths.Code.homeopathsClass", 91 91 "data-xobj-fieldname" : "address", 92 - "help-block" : 'Input streetandnumber, thenselect the address of your practice.'90 + "help-block" : 'Input and select the address of your practice.' 93 93 }) 94 94 #createFormElement($address) 95 95 #set($submit = {
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -4,9 +4,6 @@ 4 4 height: 400px; 5 5 margin: 0 2rem; 6 6 } 7 -#homeopaths_map .leaflet-popup { 8 - min-width: 26rem; 9 -} 10 10 #homeopaths_map .leaflet-popup-content { 11 11 margin: 0; 12 12 line-height: unset; ... ... @@ -20,6 +20,6 @@ 20 20 font-size: 1.2rem; 21 21 margin: 0 2rem 1.5rem 2rem; 22 22 } 23 - body.preference-underlining-only-inline-links#homeopaths_map a {20 +#homeopaths_map a { 24 24 text-decoration: none; 25 25 }