Changes for page Macros
Last modified by Jip-jan Alunkel on April 15, 18:09
From version 2.294
edited by Jip-jan Alunkel
on August 16, 03:21
on August 16, 03:21
Change comment:
Update document after refactoring.
To version 2.295
edited by Jip-jan Alunkel
on August 16, 03:29
on August 16, 03:29
Change comment:
Update document after refactoring.
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -252,6 +252,8 @@ 252 252 <div class="modal-dialog" role="document"> 253 253 <div class="modal-content"> 254 254 <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> 255 + <h4 class="modal-title" id="${elementDataObj.id}_modal_input">$elementDataObj.label</h4> 256 + <div class="modal-body"> 255 255 #foreach($entry in $O_elementData.data-modal-input) 256 256 <p> 257 257 <label for="input${foreach.count}">$entry ... ... @@ -261,6 +261,11 @@ 261 261 </label> 262 262 </p> 263 263 #end 266 + </div> 267 + <div class="modal-footer"> 268 + <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> 269 + <button type="button" class="btn btn-primary">Save changes</button> 270 + </div> 264 264 </div> 265 265 </div> 266 266 </div>