mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
positioning modal content
This commit is contained in:
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…
Reference in New Issue
Block a user