Changes for page Books
Last modified by Jip-jan Alunkel on November 23, 10:59
From version 2.1
edited by Jip-jan Alunkel
on May 21, 16:06
on May 21, 16:06
Change comment:
There is no comment for this version
To version 2.2
edited by Jip-jan Alunkel
on March 24, 17:35
on March 24, 17:35
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,1 +1,24 @@ 1 1 All about books 2 + 3 + 4 +{{velocity}} 5 +#* Your velocity code here *# 6 +#include("/assets/macros/form-elements") 7 + 8 +#set($localitySelectElement = { 9 + "id" : "locality", 10 + "type" : "select", 11 + "required" : true, 12 + "label" : "Locality of the main complaint", 13 + "aria-label" : "Select the locality", 14 + "data-error-response-type" : "use_label_defined_1", 15 + "data-set-space" : "true", 16 + "placeholder" : "cases.word.locality_select.placeholder", 17 + "space-reference" : "cases", 18 + "help-block" : "In which physiological or psychological epicenter can the main complaint be placed? Select the best fitting option from this list." 19 +}) 20 + 21 +#createFormElement($localitySelectElement) 22 + 23 +{{/velocity}} 24 +