2016-08-04 18:13:19 +02:00
|
|
|
<section class="heading b-b">
|
|
|
|
<div class="row no-gutter">
|
|
|
|
<div class="col-xs-2 col-sm-2 col-md-1">
|
|
|
|
<section class="heading-btn">
|
2020-09-29 14:35:42 +02:00
|
|
|
<a ng-click="backPrevLocation($event)"><i class="fas fa-long-arrow-alt-left pointer"></i></a>
|
2016-08-04 18:13:19 +02:00
|
|
|
</section>
|
|
|
|
</div>
|
|
|
|
<div class="col-xs-10 col-sm-10 col-md-8 b-l">
|
|
|
|
<section class="heading-title">
|
2019-12-17 12:40:36 +01:00
|
|
|
<h1 translate>{{ 'app.admin.coupons_new.add_a_coupon' }}</h1>
|
2016-08-04 18:13:19 +02:00
|
|
|
</section>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<div class="row no-gutter">
|
|
|
|
<div class=" col-sm-12 col-md-9 b-r nopadding">
|
|
|
|
|
|
|
|
<div id="couponForm">
|
|
|
|
<form name="couponForm" novalidate="novalidate" class="col-lg-10 col-lg-offset-2 m-t-lg form-group">
|
|
|
|
|
2020-09-22 16:03:18 +02:00
|
|
|
<ng-include src="'/admin/coupons/_form.html'"></ng-include>
|
2016-08-04 18:13:19 +02:00
|
|
|
|
|
|
|
<div class="panel-footer no-padder">
|
2019-12-17 12:40:36 +01:00
|
|
|
<input type="button" value="{{ 'app.shared.buttons.save' | translate }}" class="r-b btn-valid btn btn-warning btn-block p-lg btn-lg text-u-c" ng-disabled="couponForm.$invalid" ng-click="saveCoupon()"/>
|
2016-08-04 18:13:19 +02:00
|
|
|
</div>
|
|
|
|
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|