Changes for page homeopathsSheet
Last modified by Jip-jan Alunkel on March 26, 17:31
From version 3.198
edited by Jip-jan Alunkel
on March 11, 18:45
on March 11, 18:45
Change comment:
Rollback to version 1.38
To version 3.199
edited by Jip-jan Alunkel
on March 11, 18:50
on March 11, 18:50
Change comment:
Rollback to version 1.38
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -111,9 +111,7 @@ 111 111 <div class="modal-body"> 112 112 #createAddress($theClass 1) 113 113 #set($lastChild = "") 114 -##$classProperties.keySet() 115 115 #foreach($propertyName in $classProperties.keySet()) 116 -$propertyName 117 117 #set($value = "") 118 118 #set($item = $classProperties["$propertyName"]) 119 119 #if(!$item.containsKey("disabled") || $item["disabled"] == 0) ... ... @@ -139,7 +139,7 @@ 139 139 #end 140 140 #end 141 141 #end 142 - #if($item.type != "checkbox" && $item.type != "radio" && !$item.containsKey("disabled")) 140 + #if($item.type != "checkbox" && $item.type != "radio" && (!$item.containsKey("disabled") || $item["disabled"] == 0)) 143 143 #set($translatedProperties = { 144 144 'aria_label': 'data-aria-label', 145 145 'placeholder': 'placeholder'