Changes for page Public Web Site
Last modified by Alex Cotiugă on 2025/11/27 10:42
From version 3.77
edited by Alex Cotiugă
on 2025/11/24 16:02
on 2025/11/24 16:02
Change comment:
There is no comment for this version
To version 3.81
edited by Alex Cotiugă
on 2025/11/24 16:13
on 2025/11/24 16:13
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -202,7 +202,8 @@ 202 202 <span class="xHint">$!escapetool.xml($services.localization.render($property.hint))</span> 203 203 </dt> 204 204 #set ($displayOutput = $doc.display($property.name, 'edit')) 205 - <dd>#stripHTMLMacro($displayOutput)</dd> 205 + #set ($displayOutput = "#stripHTMLMacro($displayOutput)".replace('name=', "placeholder='$escapetool.xml($property.translatedPrettyName)' name=")) 206 + <dd>$displayOutput</dd> 206 206 #end 207 207 #if (!$xclass.properties || $xclass.properties.size() == 0) 208 208 ## Keep the empty definition term in order to have valid HTML.