positioning modal content

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

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

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