Changes for page Macros
Last modified by Jip-jan Alunkel on April 15, 18:09
From version 2.307
edited by Jip-jan Alunkel
on August 16, 16:00
on August 16, 16:00
Change comment:
Update document after refactoring.
To version 2.308
edited by Jip-jan Alunkel
on August 16, 16:03
on August 16, 16:03
Change comment:
Update document after refactoring.
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -130,7 +130,7 @@ 130 130 </span> 131 131 </label> 132 132 </p> 133 - #if($ O_elementData.data-modal-input)133 + #if($elementDataObj.data-modal-input) 134 134 <div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"> 135 135 <div class="modal-dialog" role="document"> 136 136 <div class="modal-content"> ... ... @@ -139,7 +139,7 @@ 139 139 <h4 class="modal-title" id="${elementDataObj.id}_modal_input">$elementDataObj.label</h4> 140 140 </div> 141 141 <div class="modal-body"> 142 - #foreach($entry in $ O_elementData.data-modal-input)142 + #foreach($entry in $elementDataObj.data-modal-input) 143 143 <p> 144 144 <label for="input${foreach.count}">$entry 145 145 <span class="input-wrap">