2016-08-17 10:10:23 +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>
|
2016-08-17 10:10:23 +02:00
|
|
|
</section>
|
|
|
|
</div>
|
|
|
|
<div class="col-xs-10 col-sm-10 col-md-8 b-l">
|
|
|
|
<section class="heading-title">
|
2019-12-17 18:06:56 +01:00
|
|
|
<h1 translate>{{ 'app.admin.settings.customize_the_application' }}</h1>
|
2016-08-17 10:10:23 +02:00
|
|
|
</section>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
2020-02-25 11:40:01 +01:00
|
|
|
<section class="m-lg admin-settings"
|
|
|
|
ui-tour="settings"
|
|
|
|
ui-tour-backdrop="true"
|
2020-10-05 15:34:41 +02:00
|
|
|
ui-tour-template-url="'/shared/tour-step-template.html'"
|
2020-02-25 11:40:01 +01:00
|
|
|
ui-tour-use-hotkeys="true"
|
|
|
|
ui-tour-scroll-parent-id="content-main"
|
|
|
|
post-render="setupSettingsTour">
|
2016-08-17 10:10:23 +02:00
|
|
|
<div class="row">
|
|
|
|
|
|
|
|
<div class="col-md-12">
|
2020-02-25 11:40:01 +01:00
|
|
|
<uib-tabset justified="true" active="tabs.active">
|
2016-08-17 10:10:23 +02:00
|
|
|
|
2020-06-15 15:32:30 +02:00
|
|
|
<uib-tab heading="{{ 'app.admin.settings.general.general' | translate }}" index="0" class="general-page-tab">
|
2020-09-22 16:03:18 +02:00
|
|
|
<ng-include src="'/admin/settings/general.html'"></ng-include>
|
2016-08-17 10:10:23 +02:00
|
|
|
</uib-tab>
|
|
|
|
|
2022-06-20 18:06:15 +02:00
|
|
|
<uib-tab heading="{{ 'app.admin.settings.account.account' | translate }}" index="1">
|
2022-03-18 19:44:30 +01:00
|
|
|
<ng-include src="'/admin/settings/compte.html'"></ng-include>
|
|
|
|
</uib-tab>
|
|
|
|
|
|
|
|
<uib-tab heading="{{ 'app.admin.settings.home_page' | translate }}" index="2">
|
2020-09-22 16:03:18 +02:00
|
|
|
<ng-include src="'/admin/settings/home_page.html'"></ng-include>
|
2016-08-17 10:10:23 +02:00
|
|
|
</uib-tab>
|
|
|
|
|
2022-03-18 19:44:30 +01:00
|
|
|
<uib-tab heading="{{ 'app.admin.settings.about' | translate }}" index="3" class="about-page-tab">
|
2020-09-22 16:03:18 +02:00
|
|
|
<ng-include src="'/admin/settings/about.html'"></ng-include>
|
2016-08-17 10:10:23 +02:00
|
|
|
</uib-tab>
|
2019-04-18 12:30:00 +02:00
|
|
|
|
2022-03-18 19:44:30 +01:00
|
|
|
<uib-tab heading="{{ 'app.admin.settings.privacy.title' | translate }}" index="4" class="privacy-page-tab">
|
2020-09-22 16:03:18 +02:00
|
|
|
<ng-include src="'/admin/settings/privacy.html'"></ng-include>
|
2019-04-18 12:30:00 +02:00
|
|
|
</uib-tab>
|
|
|
|
|
2022-03-18 19:44:30 +01:00
|
|
|
<uib-tab heading="{{ 'app.admin.settings.reservations' | translate }}" index="5" class="reservations-page-tab">
|
2020-09-22 16:03:18 +02:00
|
|
|
<ng-include src="'/admin/settings/reservations.html'"></ng-include>
|
2016-08-17 10:10:23 +02:00
|
|
|
</uib-tab>
|
|
|
|
</uib-tabset>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</section>
|