Changes for page Public Web Site
Last modified by Alex Cotiugă on 2025/11/27 10:42
From version 3.72
edited by Alex Cotiugă
on 2025/11/24 15:57
on 2025/11/24 15:57
Change comment:
There is no comment for this version
To version 3.75
edited by Alex Cotiugă
on 2025/11/24 15:59
on 2025/11/24 15:59
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -173,7 +173,7 @@ 173 173 #end 174 174 175 175 #macro (stripHTMLMacro $displayOutput) 176 - $stringtool.removeEnd($stringtool.removeStart($displayOutput, '{{html clean="false" wiki="false"}}'), '{{/html}}').replace(' id="Agnease.Code.Lead.LeadClass_0_', '')176 + $stringtool.removeEnd($stringtool.removeStart($displayOutput, '{{html clean="false" wiki="false"}}'), '{{/html}}').replace('Agnease.Code.Lead.LeadClass_0_', '') 177 177 #end 178 178 179 179 #macro (displayFormFromSheetCode) ... ... @@ -194,7 +194,7 @@ 194 194 data-property="$escapetool.xml($services.model.serialize($xobjectPropertyReference))" 195 195 data-property-type="object"#end> 196 196 ## This must match the id generated by the $doc.display() method below. 197 - #set ($propertyId = "$ {xclass.name}_${xobject.number}_$property.name")197 + #set ($propertyId = "$property.name") 198 198 <label#if ($editing) for="$escapetool.xml($propertyId)"#end> 199 199 $escapetool.xml($property.translatedPrettyName) 200 200 </label>