Changes for page Macros

Last modified by Jip-jan Alunkel on April 15, 18:09

From version 2.64
edited by Jip-jan Alunkel
on March 28, 17:02
Change comment: There is no comment for this version
To version 2.63
edited by Jip-jan Alunkel
on March 28, 17:00
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -50,7 +50,7 @@
50 50   #if($elementDataObj.help-block != "")
51 51   <span id="${elementDataObj.id}_helpBlock" class="help-block">${elementDataObj.help-block}</span>
52 52   #end
53 - #if($elementDataObj.required == "yes")
53 + #if($elementDataObj.required == true)
54 54   <span class="required-input-field" title="Required input"></span>
55 55   <span role="alert" class="form-not-valid-tip"></span>
56 56   #end