Cambios para el documento homeopathsSheet
Última modificación por Jip-jan Alunkel el marzo 26, 17:31
Desde la versión 3.5
editado por Jip-jan Alunkel
el marzo 08, 22:06
el marzo 08, 22:06
Cambiar el comentario:
Rollback to version 1.38
Hasta la versión 3.9
editado por Jip-jan Alunkel
el marzo 08, 23:23
el marzo 08, 23:23
Cambiar el comentario:
Rollback to version 1.38
Resumen
-
Propiedades de página (1 modificado, 0 añadido, 0 eliminado)
Detalles
- Propiedades de página
-
- Contenido
-
... ... @@ -22,7 +22,7 @@ 22 22 <p class="buttons text-align-right"> 23 23 <a class="btn btn-primary" title="Edit" href="$doc.getURL("edit")?editor=wysiwyg" role="button" rel="nofollow"> 24 24 <span class="fa fa-pencil"></span> 25 - <span class="btn-label">Edit content s</span>25 + <span class="btn-label">Edit content</span> 26 26 </a> 27 27 </p> 28 28 #end ... ... @@ -34,7 +34,7 @@ 34 34 <h2>Details</h2> 35 35 ## The classProperties Map has to be in the order of how you want the form elements to appear in the form. 36 36 #set($classProperties = { 37 - 'practiceName': {'type': 'text', 'disabled ':'disabled'},37 + 'practiceName': {'type': 'text', 'extraAttributes': {"disabled": "disabled", "help-block" : 'The name of your practice is the title of this page. If you want to change it, you should edit the content of this page.'}}, 38 38 'pmAddress': {'type': 'address', 'extraAttributes': {"aria-label": "Input and select the address of your practice", "placeholder": "$services.localization.render('homeopaths.multiword.address.placeholder')", "data-auto-first-capital": "true", "data-query-type": "address", "data-query-reference": "", "data-query-list-type": "suggest-select", "data-query-list-header": "$services.localization.render('pagemaker.line.suggest_select_list')", "data-query-list-contents": "value/key", "data-query-list-editable": "false", "data-create-xobj": "true", "data-xobj-classname": "homeopaths.Code.homeopathsClass", "help-block" : 'Input street and number, then select the address of your practice.'}}, 39 39 'pmStreet': {'type': 'text'}, 40 40 'pmHousenumber': {'type': 'text'},