mirror of
https://github.com/moparisthebest/mail
synced 2024-11-26 19:02:20 -05:00
move lightbox to template
This commit is contained in:
parent
a5d6a4549b
commit
289b462c2d
@ -10,6 +10,7 @@
|
||||
<!-- left column: containing list view and navigation header -->
|
||||
<div class="column view-mail-list" ng-include="'tpl/mail-list.html'" ng-controller="MailListCtrl"></div>
|
||||
|
||||
<!-- right column: containing list read view -->
|
||||
<div class="column" ng-include="'tpl/read.html'"></div>
|
||||
|
||||
</section>
|
||||
@ -18,18 +19,4 @@
|
||||
</div><!--/.nav-container-->
|
||||
|
||||
<!-- lightbox -->
|
||||
<div class="lightbox-overlay">
|
||||
<div class="lightbox lightbox-effect">
|
||||
<div class="lightbox-body">
|
||||
<header>
|
||||
<!-- add lightbox title -->
|
||||
<h2>New email</h2>
|
||||
<button class="close" data-action="lightbox-close"></button>
|
||||
</header>
|
||||
<div class="content">
|
||||
<!-- add lightbox content here -->
|
||||
some content
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div><!--/.lightbox-->
|
||||
<div class="lightbox-overlay" ng-include="'tpl/lightbox.html'"></div>
|
13
src/tpl/lightbox.html
Normal file
13
src/tpl/lightbox.html
Normal file
@ -0,0 +1,13 @@
|
||||
<div class="lightbox lightbox-effect">
|
||||
<div class="lightbox-body">
|
||||
<header>
|
||||
<!-- add lightbox title -->
|
||||
<h2>New email</h2>
|
||||
<button class="close" data-action="lightbox-close"></button>
|
||||
</header>
|
||||
<div class="content">
|
||||
<!-- add lightbox content here -->
|
||||
some content
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
Loading…
Reference in New Issue
Block a user