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.69
edited by Alex Cotiugă
on 2025/11/24 15:54
on 2025/11/24 15:54
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -159,7 +159,7 @@ 159 159 </div> 160 160 <div class="modal-body"> 161 161 <div> 162 - ##Need help with your XWiki? <a href="mailto:alex@agnease.com">Contact Agnease</a>162 + Need help with your XWiki? <a href="mailto:alex@agnease.com">Contact Agnease</a> 163 163 #displayFormFromSheetCode() 164 164 </div> 165 165 </div> ... ... @@ -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}}') 177 177 #end 178 178 179 179 #macro (displayFormFromSheetCode) ... ... @@ -185,7 +185,7 @@ 185 185 ## Make sure the following display* method calls use the right object. 186 186 #set ($discard = $doc.use($xobject)) 187 187 ## Using the xform vertical form layout. 188 - <div class="xform"> 188 + <div class="xform half"> 189 189 <dl> 190 190 #foreach ($property in $xclass.properties) 191 191 <dt #if (!$editing)