Changes for page Macros
Last modified by Jip-jan Alunkel on April 15, 18:09
From version 2.289
edited by Jip-jan Alunkel
on August 16, 03:05
on August 16, 03:05
Change comment:
Update document after refactoring.
To version 2.290
edited by Jip-jan Alunkel
on August 16, 03:14
on August 16, 03:14
Change comment:
Update document after refactoring.
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -253,11 +253,6 @@ 253 253 <div class="modal-content"> 254 254 #foreach($entry in $O_elementData.data-modal-input) 255 255 <p> 256 - <label for="input${foreach.count}">$entry 257 - <span class="input-wrap"> 258 - <input type="text" class="form-control full" id="input${foreach.count}" placeholder="${entry}"> 259 - </span> 260 - </label> 261 261 </p> 262 262 #end 263 263 </div>