Modifications pour le document Homeopaths
Modifié par Jip-jan Alunkel le mars 14, 20:13
Depuis la version 8.94
modifié par Jip-jan Alunkel
sur décembre 08, 18:25
sur décembre 08, 18:25
Commentaire de modification :
Renamed from xwiki:practices.WebHome
À la version 8.100
modifié par Jip-jan Alunkel
sur décembre 08, 19:06
sur décembre 08, 19:06
Commentaire de modification :
Renamed from xwiki:practices.WebHome
Résumé
-
Propriétés de la Page (1 modifications, 0 ajouts, 0 suppressions)
-
Objets (1 modifications, 0 ajouts, 0 suppressions)
Détails
- Propriétés de la Page
-
- Contenu
-
... ... @@ -9,6 +9,7 @@ 9 9 {{html wiki="false" clean="false"}} 10 10 <p> 11 11 All about homeopaths. 12 +$xcontext.user.getName() 12 12 </p> 13 13 <div id="homeopaths_map"></div> 14 14 ... ... @@ -59,7 +59,7 @@ 59 59 "data-query-list-header" : "$services.localization.render('pagemaker.line.suggest_select_list')", 60 60 "data-query-list-contents" : "key", 61 61 "data-query-list-editable" : "false", 62 - "help-block" : ' Typeand select the country where your practice resides.'63 + "help-block" : 'Input and select the country where your practice resides.' 63 63 }) 64 64 #createFormElement($country) 65 65 ... ... @@ -80,6 +80,7 @@ 80 80 "data-auto-first-capital" : "true", 81 81 "data-query-type" : "address", 82 82 "data-query-reference" : "", 84 + "data-page-name": "$xcontext.user", 83 83 "data-query-list-type" : "suggest-select", 84 84 "data-query-list-header" : "$services.localization.render('pagemaker.line.suggest_select_list')", 85 85 "data-query-list-contents" : "value/key", ... ... @@ -87,7 +87,7 @@ 87 87 "data-create-xobj" : "true", 88 88 "data-xobj-classname" : "homeopaths.Code.homeopathsClass", 89 89 "data-xobj-fieldname" : "address", 90 - "help-block" : 'Input and select the address of your practice.' 92 + "help-block" : 'Input street and number, then select the address of your practice.' 91 91 }) 92 92 #createFormElement($address) 93 93 #set($submit = {
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -4,6 +4,9 @@ 4 4 height: 400px; 5 5 margin: 0 2rem; 6 6 } 7 +#homeopaths_map .leaflet-popup { 8 + min-width: 26rem; 9 +} 7 7 #homeopaths_map .leaflet-popup-content { 8 8 margin: 0; 9 9 line-height: unset;