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