2017-02-14 13:36:10 +01:00
|
|
|
<section class="heading b-b">
|
|
|
|
<div class="row no-gutter">
|
|
|
|
<div class="col-md-1 hidden-xs">
|
|
|
|
<section class="heading-btn">
|
2020-09-29 14:35:42 +02:00
|
|
|
<a href="#" ng-click="backPrevLocation($event)"><i class="fas fa-long-arrow-alt-left "></i></a>
|
2017-02-14 13:36:10 +01:00
|
|
|
</section>
|
|
|
|
</div>
|
|
|
|
<div class="col-md-8 b-l b-r">
|
|
|
|
<section class="heading-title">
|
2019-12-17 18:06:56 +01:00
|
|
|
<h1 translate translate-values="{NAME: space.name}">{{ 'app.admin.space_edit.edit_the_space_NAME' }}</h1>
|
2017-02-14 13:36:10 +01:00
|
|
|
</section>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</section>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="row no-gutter" >
|
|
|
|
|
|
|
|
<div class="col-md-9 b-r nopadding">
|
|
|
|
<form role="form"
|
|
|
|
name="spaceForm"
|
|
|
|
class="form-horizontal"
|
|
|
|
action="{{ actionUrl }}"
|
|
|
|
ng-upload="submited(content)"
|
|
|
|
upload-options-enable-rails-csrf="true"
|
|
|
|
unsaved-warning-form
|
|
|
|
novalidate>
|
|
|
|
|
|
|
|
<input name="_method" type="hidden" ng-value="method">
|
|
|
|
|
|
|
|
<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="'/spaces/_form.html'"></ng-include>
|
2017-02-14 13:36:10 +01:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="panel-footer no-padder">
|
|
|
|
<input type="submit"
|
2019-12-17 18:06:56 +01:00
|
|
|
value="{{ 'app.admin.space_edit.validate_the_changes' | translate }}"
|
2017-02-14 13:36:10 +01:00
|
|
|
class="r-b btn-valid btn btn-warning btn-block p-lg btn-lg text-u-c"
|
|
|
|
ng-disabled="spaceForm.$invalid"/>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="col-md-3"/>
|
|
|
|
</div>
|