Files
sterivein/templates/admin/default/coupon/edit.html
gmorel 84a2314108 WIP
- Add Coupon BackOffice controller
- Add Coupon BackOffice template skeleton
- Add Coupon BackOffice routes
2013-08-28 18:06:22 +02:00

31 lines
702 B
HTML
Executable File

{check_auth context="admin" roles="ADMIN" permissions="admin.coupon.view" login_tpl="/admin/login"}
{$page_title={intl l='Coupon'}}
{$thelia_page_css_file = "assets/bootstrap-editable/css/bootstrap-editable.css"}
{include file='includes/header.inc.html'}
<div class="coupons">
<div id="wrapper" class="container">
<ul class="breadcrumb">
{include file="includes/coupon_breadcrumb.html"}
</ul>
<h1>EDIT</h1>
</div>
</div>
{include file='includes/js.inc.html'}
{javascripts file='../assets/bootstrap-editable/js/bootstrap-editable.js'}
<script src="{$asset_url}"></script>
{/javascripts}
<script>
</script>
{include file='includes/footer.inc.html'}