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.309
edited by Jip-jan Alunkel
on August 16, 16:13
on August 16, 16:13
Change comment:
Update document after refactoring.
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -130,16 +130,16 @@ 130 130 </span> 131 131 </label> 132 132 </p> 133 - #if($ O_elementData.data-modal-input)134 - <div class="modal fade" id="m yModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">133 + #if($elementDataObj.data-modal-input) 134 + <div class="modal fade modal-input" id="${elementDataObj.id}Modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"> 135 135 <div class="modal-dialog" role="document"> 136 136 <div class="modal-content"> 137 137 <div class="modal-header"> 138 138 <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> 139 - <h4 class="modal-title" id="${elementDataObj.id} _modal_input">$elementDataObj.label</h4>139 + <h4 class="modal-title" id="${elementDataObj.id}ModalInputHeader">$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">