0 Votes

Changes for page Public Web Site

Last modified by Alex Cotiugă on 2025/11/27 10:42

From version 3.73
edited by Alex Cotiugă
on 2025/11/24 15:58
Change comment: There is no comment for this version
To version 3.77
edited by Alex Cotiugă
on 2025/11/24 16:02
Change comment: There is no comment for this version

Summary

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('Agnease.Code.Lead.LeadClass_0_', '')
176 + $stringtool.removeEnd($stringtool.removeStart($displayOutput, '{{html clean="false" wiki="false"}}'), '{{/html}}').replace('Agnease.Code.Lead.LeadClass_0_', 'acl-')
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 = "acl-$property.name")
198 198   <label#if ($editing) for="$escapetool.xml($propertyId)"#end>
199 199   $escapetool.xml($property.translatedPrettyName)
200 200   </label>