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">
|
2019-11-19 15:18:00 +01:00
|
|
|
<a ng-click="backPrevLocation($event)"><i class="fa fa-long-arrow-left pointer"></i></a>
|
2016-08-04 18:13:19 +02:00
|
|
|
</section>
|
|
|
|
</div>
|
2016-09-27 09:55:24 +02:00
|
|
|
<div class="col-xs-7 col-sm-7 col-md-8 b-l">
|
2016-08-04 18:13:19 +02:00
|
|
|
<section class="heading-title">
|
2019-12-17 12:40:36 +01:00
|
|
|
<h1>{{ 'app.admin.coupons_edit.coupon' | translate }} {{ coupon.name }}</h1>
|
2016-08-04 18:13:19 +02:00
|
|
|
</section>
|
|
|
|
</div>
|
|
|
|
|
2016-09-27 09:55:24 +02:00
|
|
|
<div class="col-xs-3 col-md-3">
|
2016-08-04 18:13:19 +02:00
|
|
|
<section class="heading-actions wrapper">
|
2019-12-17 12:40:36 +01:00
|
|
|
<a class="btn btn-lg btn-block btn-default m-t-xs" ui-sref="app.admin.pricing" translate>{{ 'app.shared.buttons.cancel' }}</a>
|
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-7 col-lg-offset-2 m-t-lg form-group">
|
|
|
|
|
2020-09-09 15:28:30 +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.confirm_changes' | translate }}" class="r-b btn-valid btn btn-warning btn-block p-lg btn-lg text-u-c" ng-disabled="couponForm.$invalid" ng-click="updateCoupon()"/>
|
2016-08-04 18:13:19 +02:00
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|