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

From version 18.8
edited by Alex Cotiuga
on 2026/07/09 19:58
Change comment: There is no comment for this version
To version 18.11
edited by Alex Cotiuga
on 2026/07/09 20:06
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -189,12 +189,12 @@
189 189   ## Support for specifying a translation key as hint in the property definition.
190 190   <span class="xHint">$!escapetool.xml($services.localization.render($property.hint))</span>
191 191   </dt>
192 - <dd>$doc.display($property.name, 'edit').replace('{{html clean="false" wiki="false"}}', '').replace("{{/html}}", '')</dd>
192 + <dd $hiddenPropertiesCSS>$doc.display($property.name, 'edit').replace('{{html clean="false" wiki="false"}}', '').replace("{{/html}}", '')</dd>
193 193   #end
194 194   #if (!$xclass.properties || $xclass.properties.size() == 0)
195 195   ## Keep the empty definition term in order to have valid HTML.
196 196   <dt></dt>
197 - <dd $hiddenPropertiesCSS>$escapetool.xml($services.localization.render('xclass.defaultObjectSheet.noProperties'))</dd>
197 + <dd>$escapetool.xml($services.localization.render('xclass.defaultObjectSheet.noProperties'))</dd>
198 198   #end
199 199   </dl>
200 200   <p class="xHint">* Your information will only be used to respond to this request.</p>
... ... @@ -210,6 +210,7 @@
210 210   />
211 211   </div>
212 212   <input type="hidden" name="Agnease.Code.ContactRequest.ContactRequestClass_0_contactStartedAt" value="$datetool.systemDate.time" />
213 + <input type="hidden" name="sourcePage" value="$!{request.sourcePage}" />
213 213   <input id="contactSubmit" type="submit" class="btn btn-primary" value="Send my request">
214 214   </form>
215 215   #end