uniformity of structure
This commit is contained in:
@@ -6,30 +6,41 @@
|
|||||||
{block name="page-title"}{intl l='Coupons'}{/block}
|
{block name="page-title"}{intl l='Coupons'}{/block}
|
||||||
|
|
||||||
{block name="main-content"}
|
{block name="main-content"}
|
||||||
<section id="wrapper" class="container">
|
<div class="coupons">
|
||||||
|
|
||||||
|
<div id="wrapper" class="container">
|
||||||
|
|
||||||
<nav>
|
<nav>
|
||||||
<ul class="breadcrumb">
|
<ul class="breadcrumb">
|
||||||
<li><a href="{url path='admin/home'}">{intl l='Home'}</a></li>
|
<li><a href="{url path='admin/home'}">{intl l='Home'}</a></li>
|
||||||
<li><a href="{url path='admin/coupon'}">{intl l='Coupon'}</a></li>
|
<li><a href="{url path='admin/coupon'}">{intl l='Coupon'}</a></li>
|
||||||
<li>{intl l='Browse'}</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<div class="page-header">
|
{*<div class="page-header">*}
|
||||||
<h1>{intl l='Coupons : '}<small>{intl l='List'}</small></h1>
|
{*<h1>{intl l='Coupons : '}<small>{intl l='List'}</small></h1>*}
|
||||||
<a href="{$urlCreateCoupon}" class="btn btn-default btn-primary btn-medium">
|
{*<a href="{$urlCreateCoupon}" class="btn btn-default btn-primary btn-medium">*}
|
||||||
<span class="glyphicon glyphicon-add"></span> {intl l='Create a new coupon'}
|
{*<span class="glyphicon glyphicon-add"></span> {intl l='Create a new coupon'}*}
|
||||||
</a>
|
{*</a>*}
|
||||||
</div>
|
{*</div>*}
|
||||||
|
|
||||||
<section class="row">
|
<div class="row">
|
||||||
<div class="col-md-12 general-block-decorator">
|
<div class="col-md-12">
|
||||||
|
<div class="general-block-decorator">
|
||||||
<div class="table-responsive">
|
<div class="table-responsive">
|
||||||
<table class="table table-striped tablesorter">
|
<table class="table table-striped table-condensed" id="folder_list">
|
||||||
<caption>
|
<caption>
|
||||||
{intl l='Enabled coupons'}
|
{intl l='Enabled coupons'}
|
||||||
|
|
||||||
|
{module_include location='coupon_list_caption'}
|
||||||
|
|
||||||
|
{loop type="auth" name="can_create" role="ADMIN" resource="admin.coupon" access="CREATE"}
|
||||||
|
<a class="btn btn-default btn-primary action-btn" title="{intl l='Create a new coupon'}" href="{$urlCreateCoupon}">
|
||||||
|
<span class="glyphicon glyphicon-plus-sign"></span>
|
||||||
|
</a>
|
||||||
|
{/loop}
|
||||||
</caption>
|
</caption>
|
||||||
|
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>{block name="coupon-label-code"}{intl l='Code'}{/block}</th>
|
<th>{block name="coupon-label-code"}{intl l='Code'}{/block}</th>
|
||||||
@@ -75,12 +86,14 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<section class="row">
|
<div class="row">
|
||||||
<div class="col-md-12 general-block-decorator">
|
<div class="col-md-12">
|
||||||
|
<div class="general-block-decorator">
|
||||||
<div class="table-responsive">
|
<div class="table-responsive">
|
||||||
<table class="table table-striped tablesorter">
|
<table class="table table-striped table-condensed" id="folder_list">
|
||||||
<caption>
|
<caption>
|
||||||
{intl l='Disabled coupons'}
|
{intl l='Disabled coupons'}
|
||||||
</caption>
|
</caption>
|
||||||
@@ -129,9 +142,12 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
</section> <!-- #wrapper -->
|
</div> <!-- #wrapper -->
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
{/block}
|
{/block}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user