positioning modal content

revert-70aa11f8
kamidu 8 years ago
parent a89b50197f
commit 1af8184889

@ -73,6 +73,7 @@ under the License. --}}
</div> </div>
</footer> </footer>
{{defineZone "bottomModalContent"}}
{{defineZone "bottomLibJs"}} {{defineZone "bottomLibJs"}}
{{defineZone "bottomJs"}} {{defineZone "bottomJs"}}
</body> </body>

@ -16,7 +16,7 @@
under the License. under the License.
}} }}
{{#zone "content"}} {{#zone "bottomModalContent"}}
<div id="basic-modal-view" class="hidden modal modal-content"> <div id="basic-modal-view" class="hidden modal modal-content">
<div class="modal-header"> <div class="modal-header">
<h3 class="pull-left modal-title"> <h3 class="pull-left modal-title">
@ -43,6 +43,6 @@
</div> </div>
{{/zone}} {{/zone}}
{{#zone "topJs"}} {{#zone "bottomJs"}}
{{js "js/modal.js"}} {{js "js/modal.js"}}
{{/zone}} {{/zone}}
Loading…
Cancel
Save