first commit
This commit is contained in:
49
modules/leofeature/views/templates/front/modal.tpl
Normal file
49
modules/leofeature/views/templates/front/modal.tpl
Normal file
@@ -0,0 +1,49 @@
|
||||
{*
|
||||
* @Module Name: Leo Feature
|
||||
* @Website: leotheme.com.com - prestashop template provider
|
||||
* @author Leotheme <leotheme@gmail.com>
|
||||
* @copyright 2007-2018 Leotheme
|
||||
* @description: Leo feature for prestashop 1.7: ajax cart, review, compare, wishlist at product list
|
||||
*}
|
||||
<div class="modal leo-modal leo-modal-cart fade" tabindex="-1" role="dialog" aria-hidden="true">
|
||||
<!--
|
||||
<div class="vertical-alignment-helper">
|
||||
-->
|
||||
<div class="modal-dialog" role="document">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
||||
<span aria-hidden="true">×</span>
|
||||
</button>
|
||||
<h4 class="modal-title h6 text-xs-center leo-warning leo-alert">
|
||||
<i class="material-icons">info_outline</i>
|
||||
{l s='You must enter a quantity' mod='leofeature'}
|
||||
</h4>
|
||||
|
||||
<h4 class="modal-title h6 text-xs-center leo-info leo-alert">
|
||||
<i class="material-icons">info_outline</i>
|
||||
{l s='The minimum purchase order quantity for the product is ' mod='leofeature'}<strong class="alert-min-qty"></strong>
|
||||
</h4>
|
||||
|
||||
<h4 class="modal-title h6 text-xs-center leo-block leo-alert">
|
||||
<i class="material-icons">block</i>
|
||||
{l s='There are not enough products in stock' mod='leofeature'}
|
||||
</h4>
|
||||
</div>
|
||||
<!--
|
||||
<div class="modal-body">
|
||||
...
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
|
||||
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
|
||||
<button type="button" class="btn btn-primary">Save changes</button>
|
||||
|
||||
</div>
|
||||
-->
|
||||
</div>
|
||||
</div>
|
||||
<!--
|
||||
</div>
|
||||
-->
|
||||
</div>
|
||||
Reference in New Issue
Block a user