Last modified by Alex Cotiuga on 2026/07/27 06:09

From version 18.3
edited by Alex Cotiuga
on 2026/07/09 19:50
Change comment: There is no comment for this version
To version 18.6
edited by Alex Cotiuga
on 2026/07/09 19:54
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -12,7 +12,8 @@
12 12   'hosting',
13 13   'customDevelopment',
14 14   'timeline',
15 - 'users'
15 + 'users',
16 + 'sourcePage'
16 16   ])
17 17  
18 18   #set ($name = '')
... ... @@ -170,7 +170,7 @@
170 170   <h3>Optional project details</h3>
171 171   <p>These details help us understand the scope and suggest practical next steps.</p>
172 172   #end
173 - ####<div>
174 + <div>
174 174   <dt #if (!$editing && $hasEdit)
175 175   class="editableProperty"
176 176   #set ($xobjectPropertyReference = $xobject.getPropertyReference($property.name))
... ... @@ -185,7 +185,7 @@
185 185   <span class="xHint">$!escapetool.xml($services.localization.render($property.hint))</span>
186 186   </dt>
187 187   <dd>$doc.display($property.name, 'edit').replace('{{html clean="false" wiki="false"}}', '').replace("{{/html}}", '')</dd>
188 - ##</div>
189 + </div>
189 189   #end
190 190   #if (!$xclass.properties || $xclass.properties.size() == 0)
191 191   ## Keep the empty definition term in order to have valid HTML.