2020-04-21 17:24:22 +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">
|
2022-01-11 11:03:27 +01:00
|
|
|
<a ng-click="backPrevLocation($event)"><i class="fas fa-long-arrow-alt-left "></i></a>
|
2020-04-21 17:24:22 +02:00
|
|
|
</section>
|
|
|
|
</div>
|
|
|
|
<div class="col-xs-10 col-sm-10 col-md-8 b-l">
|
|
|
|
<section class="heading-title">
|
|
|
|
<h1 translate>{{ 'app.admin.manager_new.add_a_manager' }}</h1>
|
|
|
|
</section>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<div class="row no-gutter">
|
|
|
|
<div class=" col-sm-12 col-md-9 b-r nopadding">
|
|
|
|
|
|
|
|
<form role="form" name="managerForm" class="form-horizontal" novalidate>
|
|
|
|
<section class="panel panel-default bg-light m-lg">
|
|
|
|
<div class="panel-body m-r">
|
2020-09-22 16:03:18 +02:00
|
|
|
<ng-include src="'/shared/_manager_form.html'"></ng-include>
|
2020-04-21 17:24:22 +02:00
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="panel-footer no-padder">
|
|
|
|
<input type="submit" value="{{ 'app.shared.buttons.save' | translate}}" class="r-b btn-valid btn btn-warning btn-block p-lg btn-lg text-u-c" ng-click="saveManager()" ng-disabled="managerForm.$invalid"/>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
</form>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|