Changes for page Macros
Last modified by Jip-jan Alunkel on April 15, 18:09
From version 2.385
edited by Jip-jan Alunkel
on February 19, 22:00
on February 19, 22:00
Change comment:
Update document after refactoring.
To version 2.386
edited by Jip-jan Alunkel
on February 19, 22:08
on February 19, 22:08
Change comment:
Update document after refactoring.
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -50,7 +50,9 @@ 50 50 #if($elementType == 'captcha') 51 51 #set($paragraphCSSClass = ' class="required slideCaptcha-box"') 52 52 #else 53 - #set($paragraphCSSClass = ' class="required"') 53 + #if($O_elementData.data-required-spoof != "true") 54 + #set($paragraphCSSClass = ' class="required"') 55 + #end 54 54 #end 55 55 #elseif($elementDataObj.type == 'captcha') 56 56 #set($paragraphCSSClass = ' class="slideCaptcha-box"')