Changes for page homeopathsSheet
Last modified by Jip-jan Alunkel on March 26, 17:31
From version 1.63
edited by Jip-jan Alunkel
on March 08, 00:54
on March 08, 00:54
Change comment:
There is no comment for this version
To version 1.60
edited by Jip-jan Alunkel
on March 08, 00:51
on March 08, 00:51
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -33,16 +33,16 @@ 33 33 <div id="${spaceTitle}" class="box sheet_properties"> 34 34 <h2>Details</h2> 35 35 #set($classProperties = { 36 - 'practiceName': {'type': 't ext', 'opener': 0},37 - 'pmStreet': {'type': 't ext', 'opener': 0},38 - 'pmHousenumber': {'type': 't ext', 'opener': 0, 'parent': 'certification'},39 - 'pmPostcode': {'type': 't ext', 'opener': 0},40 - 'pmCity': {'type': 't ext', 'opener': 0},41 - 'pmCounty': {'type': 't ext', 'opener': 0, 'parent': 'certification'},42 - 'pmState': {'type': 't ext', 'opener': 0},43 - 'pmCountry': {'type': 't ext', 'opener': 0},44 - 'certification': {'type': ' checkbox', 'opener': 1},45 - 'certificationFrom': {'type': 't ext', 'opener': 0, 'parent': 'certification'}36 + 'practiceName': {'type': 'string', 'opener': 0}, 37 + 'pmStreet': {'type': 'string', 'opener': 0}, 38 + 'pmHousenumber': {'type': 'string', 'opener': 0, 'parent': 'certification'}, 39 + 'pmPostcode': {'type': 'string', 'opener': 0}, 40 + 'pmCity': {'type': 'string', 'opener': 0}, 41 + 'pmCounty': {'type': 'string', 'opener': 0, 'parent': 'certification'}, 42 + 'pmState': {'type': 'string', 'opener': 0}, 43 + 'pmCountry': {'type': 'string', 'opener': 0}, 44 + 'certification': {'type': 'bool', 'opener': 1}, 45 + 'certificationFrom': {'type': 'string', 'opener': 0, 'parent': 'certification'} 46 46 }) 47 47 #foreach($property in $classProperties.keySet()) 48 48 #if($theDocObj.getProperty($property)) ... ... @@ -107,7 +107,6 @@ 107 107 </div> 108 108 <div class="modal-body"> 109 109 #foreach($obj in $thisObj) 110 -## $obj 111 111 #createFormElement($obj) 112 112 #end 113 113 ## #createFormElement($practiceName)