2016-08-17 10:10:23 +02:00
|
|
|
<div class="panel panel-default m-t-md">
|
|
|
|
<div class="panel-heading">
|
2019-12-17 18:06:56 +01:00
|
|
|
<span class="font-sbold" translate>{{ 'app.admin.settings.title' }}</span>
|
2016-08-17 10:10:23 +02:00
|
|
|
</div>
|
|
|
|
<div class="panel-body">
|
|
|
|
<div class="row m-t-lg">
|
|
|
|
<div class="col-md-4">
|
|
|
|
<form role="form" novalidate>
|
2019-12-17 18:06:56 +01:00
|
|
|
<label for="fablabName" class="control-label m-r" translate>{{ 'app.admin.settings.fablab_title' }}</label>
|
2016-08-17 10:10:23 +02:00
|
|
|
<div class="form-group">
|
|
|
|
<div class="input-group">
|
|
|
|
<div class="input-group-addon"><i class="fa fa-font"></i></div>
|
2019-12-17 18:06:56 +01:00
|
|
|
<input type="text" id="fablabName" ng-model="fablabName.value" class="form-control" placeholder="{{ 'app.admin.settings.fablab_name' | translate }}"/>
|
2016-08-17 10:10:23 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
2019-12-17 18:06:56 +01:00
|
|
|
<button name="button" class="btn btn-warning" ng-click="save(fablabName)" translate>{{ 'app.shared.buttons.save' }}</button>
|
2016-08-17 10:10:23 +02:00
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="col-md-4 col-md-offset-1">
|
|
|
|
<form role="form" novalidate>
|
2019-12-17 18:06:56 +01:00
|
|
|
<h4 class="control-label m-r" translate>{{ 'app.admin.settings.title_concordance' }}</h4>
|
2016-08-17 10:10:23 +02:00
|
|
|
<div class="form-group">
|
2018-09-18 14:38:43 +02:00
|
|
|
<label for="nameGenreMale">
|
|
|
|
<input type="radio" name="nameGenre" id="nameGenreMale" ng-model="nameGenre.value" ng-value="'male'" />
|
2020-01-21 16:16:12 +01:00
|
|
|
{{ 'app.admin.settings.male' | translate }} <span style="font-weight: normal">{{ 'app.admin.settings.eg' | translate }} <cite>{{ 'app.admin.settings.the_team' | translate }} <strong translate>{{ 'app.admin.settings.male_preposition' }}</strong> {{fablabName.value}}</cite></span>
|
2018-09-18 14:38:43 +02:00
|
|
|
</label>
|
2016-08-17 10:10:23 +02:00
|
|
|
<br/>
|
2018-09-18 14:38:43 +02:00
|
|
|
<label for="nameGenreFemale">
|
|
|
|
<input type="radio" name="nameGenre" id="nameGenreFemale" ng-model="nameGenre.value" ng-value="'female'" />
|
2020-01-21 16:16:12 +01:00
|
|
|
{{ 'app.admin.settings.female' | translate }} <span style="font-weight: normal">{{ 'app.admin.settings.eg' | translate }} <cite>{{ 'app.admin.settings.the_team' | translate }} <strong translate>{{ 'app.admin.settings.female_preposition' }}</strong> {{fablabName.value}}</cite></span>
|
2018-09-18 14:38:43 +02:00
|
|
|
</label>
|
2018-09-18 16:40:50 +02:00
|
|
|
<br/>
|
|
|
|
<label for="nameGenreNeutral">
|
|
|
|
<input type="radio" name="nameGenre" id="nameGenreNeutral" ng-model="nameGenre.value" ng-value="'neutral'" />
|
2020-01-21 16:16:12 +01:00
|
|
|
{{ 'app.admin.settings.neutral' | translate }} <span style="font-weight: normal">{{ 'app.admin.settings.eg' | translate }} <cite>{{ 'app.admin.settings.the_team' | translate }} <strong translate>{{ 'app.admin.settings.neutral_preposition' }}</strong> {{fablabName.value}}</cite></span>
|
2018-09-18 16:40:50 +02:00
|
|
|
</label>
|
2016-08-17 10:10:23 +02:00
|
|
|
</div>
|
2019-12-17 18:06:56 +01:00
|
|
|
<button name="button" class="btn btn-warning" ng-click="save(nameGenre)" translate>{{ 'app.shared.buttons.save' }}</button>
|
2016-08-17 10:10:23 +02:00
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="panel panel-default m-t-lg">
|
|
|
|
<div class="panel-heading">
|
2019-12-17 18:06:56 +01:00
|
|
|
<span class="font-sbold" translate>{{ 'app.admin.settings.customize_information_messages' }}</span>
|
2016-08-17 10:10:23 +02:00
|
|
|
</div>
|
|
|
|
<div class="panel-body">
|
|
|
|
|
|
|
|
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-md-3">
|
2019-12-17 18:06:56 +01:00
|
|
|
<h4 translate>{{ 'app.admin.settings.message_of_the_machine_booking_page' }}</h4>
|
2019-12-18 13:04:38 +01:00
|
|
|
<div ng-model="machineExplicationsAlert.value" medium-editor options='{"placeholder": "{{ "app.admin.settings.type_the_message_content" | translate }}",
|
2016-08-17 10:10:23 +02:00
|
|
|
"buttons": ["bold", "italic", "unorderedlist", "header2" ]
|
|
|
|
}'>
|
|
|
|
|
|
|
|
</div>
|
2019-12-17 18:06:56 +01:00
|
|
|
<button name="button" class="btn btn-warning" ng-click="save(machineExplicationsAlert)" translate>{{ 'app.shared.buttons.save' }}</button>
|
2016-08-17 10:10:23 +02:00
|
|
|
</div>
|
|
|
|
<div class="col-md-3">
|
2019-12-17 18:06:56 +01:00
|
|
|
<h4 translate>{{ 'app.admin.settings.warning_message_of_the_training_booking_page'}}</h4>
|
2019-12-18 13:04:38 +01:00
|
|
|
<div ng-model="trainingExplicationsAlert.value" medium-editor options='{"placeholder": "{{ "app.admin.settings.type_the_message_content" | translate }}",
|
2016-08-17 10:10:23 +02:00
|
|
|
"buttons": ["bold", "italic", "unorderedlist", "header2" ]
|
|
|
|
}'>
|
|
|
|
|
|
|
|
</div>
|
2019-12-17 18:06:56 +01:00
|
|
|
<button name="button" class="btn btn-warning" ng-click="save(trainingExplicationsAlert)" translate>{{ 'app.shared.buttons.save' }}</button>
|
2016-08-17 10:10:23 +02:00
|
|
|
</div>
|
|
|
|
<div class="col-md-3">
|
2019-12-17 18:06:56 +01:00
|
|
|
<h4 translate>{{ 'app.admin.settings.information_message_of_the_training_reservation_page'}}</h4>
|
2019-12-18 13:04:38 +01:00
|
|
|
<div ng-model="trainingInformationMessage.value" medium-editor options='{"placeholder": "{{ "app.admin.settings.type_the_message_content" | translate }}",
|
2016-08-17 10:10:23 +02:00
|
|
|
"buttons": ["bold", "italic", "unorderedlist", "header2" ]
|
|
|
|
}'>
|
|
|
|
|
|
|
|
</div>
|
2019-12-17 18:06:56 +01:00
|
|
|
<button name="button" class="btn btn-warning" ng-click="save(trainingInformationMessage)" translate>{{ 'app.shared.buttons.save' }}</button>
|
2016-08-17 10:10:23 +02:00
|
|
|
</div>
|
|
|
|
<div class="col-md-3">
|
2019-12-17 18:06:56 +01:00
|
|
|
<h4 translate>{{ 'app.admin.settings.message_of_the_subscriptions_page' }}</h4>
|
2019-12-18 13:04:38 +01:00
|
|
|
<div ng-model="subscriptionExplicationsAlert.value" medium-editor options='{"placeholder": "{{ "app.admin.settings.type_the_message_content" | translate }}",
|
2016-08-17 10:10:23 +02:00
|
|
|
"buttons": ["bold", "italic", "unorderedlist", "header2" ]
|
|
|
|
}'>
|
|
|
|
</div>
|
2019-12-17 18:06:56 +01:00
|
|
|
<button name="button" class="btn btn-warning" ng-click="save(subscriptionExplicationsAlert)" translate>{{ 'app.shared.buttons.save' }}</button>
|
2016-08-17 10:10:23 +02:00
|
|
|
</div>
|
2016-11-29 16:46:19 +01:00
|
|
|
<div class="col-md-3">
|
2019-12-17 18:06:56 +01:00
|
|
|
<h4 translate>{{ 'app.admin.settings.message_of_the_events_page' }}</h4>
|
2019-12-18 13:04:38 +01:00
|
|
|
<div ng-model="eventExplicationsAlert.value" medium-editor options='{"placeholder": "{{ "app.admin.settings.type_the_message_content" | translate }}",
|
2016-11-29 16:46:19 +01:00
|
|
|
"buttons": ["bold", "italic", "unorderedlist", "header2" ]
|
|
|
|
}'>
|
|
|
|
</div>
|
2019-12-17 18:06:56 +01:00
|
|
|
<button name="button" class="btn btn-warning" ng-click="save(eventExplicationsAlert)" translate>{{ 'app.shared.buttons.save' }}</button>
|
2016-11-29 16:46:19 +01:00
|
|
|
</div>
|
2017-02-15 15:41:25 +01:00
|
|
|
<div class="col-md-3" ng-hide="fablabWithoutSpaces">
|
2019-12-17 18:06:56 +01:00
|
|
|
<h4 translate>{{ 'app.admin.settings.message_of_the_spaces_page' }}</h4>
|
2019-12-18 13:04:38 +01:00
|
|
|
<div ng-model="spaceExplicationsAlert.value" medium-editor options='{"placeholder": "{{ "app.admin.settings.type_the_message_content" | translate }}",
|
2017-02-15 09:48:27 +01:00
|
|
|
"buttons": ["bold", "italic", "unorderedlist", "header2" ]
|
|
|
|
}'>
|
|
|
|
</div>
|
2019-12-17 18:06:56 +01:00
|
|
|
<button name="button" class="btn btn-warning" ng-click="save(spaceExplicationsAlert)" translate>{{ 'app.shared.buttons.save' }}</button>
|
2017-02-15 09:48:27 +01:00
|
|
|
</div>
|
2016-08-17 10:10:23 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="panel panel-default m-t-lg">
|
|
|
|
<div class="panel-heading">
|
2019-12-17 18:06:56 +01:00
|
|
|
<span class="font-sbold" translate>{{ 'app.admin.settings.legal_documents'}}</span>
|
2016-08-17 10:10:23 +02:00
|
|
|
</div>
|
|
|
|
<div class="panel-body">
|
|
|
|
<div class="alert alert-warning m-t" translate>
|
2019-12-17 18:06:56 +01:00
|
|
|
{{ 'app.admin.settings.if_these_documents_are_not_filled_no_consent_about_them_will_be_asked_to_the_user' }}
|
2016-08-17 10:10:23 +02:00
|
|
|
</div>
|
|
|
|
<div class="row">
|
|
|
|
<form class="col-md-6" method="post" action="{{actionUrl.cgv}}" novalidate name="cgvForm" ng-upload="submited(content)" ng-submit="addLoader('cgv')" upload-options-enable-rails-csrf="true" unsaved-warning-form>
|
|
|
|
<input type="hidden" name="custom_asset[name]" value="cgv-file">
|
|
|
|
<input name="_method" type="hidden" ng-value="methods.cgv">
|
2019-12-17 18:06:56 +01:00
|
|
|
<label for="tnc_file" class="control-label m-r" translate>{{ 'app.admin.settings.general_terms_and_conditions' }}</label>
|
2016-08-17 10:10:23 +02:00
|
|
|
<div class="form-group">
|
|
|
|
<div class="fileinput input-group" data-provides="fileinput" ng-class="fileinputClass(cgvFile.custom_asset_file_attributes.attachment)">
|
|
|
|
<div class="form-control" data-trigger="fileinput">
|
|
|
|
<i class="glyphicon glyphicon-file fileinput-exists"></i> <span class="fileinput-filename">{{cgvFile.custom_asset_file_attributes.attachment}}</span>
|
|
|
|
</div>
|
|
|
|
<span class="input-group-addon btn btn-default btn-file">
|
2019-12-18 13:04:38 +01:00
|
|
|
<span class="fileinput-new" translate>{{ 'app.shared.buttons.browse' }}</span>
|
|
|
|
<span class="fileinput-exists" translate>{{ 'app.shared.buttons.change' }}</span>
|
2016-08-17 10:10:23 +02:00
|
|
|
<input type="file"
|
|
|
|
id="tnc_file"
|
|
|
|
name="custom_asset[custom_asset_file_attributes][attachment]"
|
|
|
|
accept=".pdf"
|
|
|
|
required />
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
2019-12-17 18:06:56 +01:00
|
|
|
<button name="button" type="submit" ng-class="{'btn-loading':loader.cgv}" ng-disabled="cgvForm.$invalid" class="btn btn-warning" translate>{{ 'app.shared.buttons.save' }}</button>
|
2016-08-17 10:10:23 +02:00
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
<div class="row m-t-xl">
|
|
|
|
<form class="col-md-6" method="post" action="{{actionUrl.cgu}}" novalidate name="cguForm" ng-upload="submited(content)" ng-submit="addLoader('cgu')" upload-options-enable-rails-csrf="true" unsaved-warning-form>
|
|
|
|
<input type="hidden" name="custom_asset[name]" value="cgu-file">
|
|
|
|
<input name="_method" type="hidden" ng-value="methods.cgu">
|
2019-12-17 18:06:56 +01:00
|
|
|
<label for="tos_file" class="control-label m-r" translate>{{ 'app.admin.settings.terms_of_service' }}</label>
|
2016-08-17 10:10:23 +02:00
|
|
|
<div class="form-group">
|
|
|
|
<div class="fileinput input-group" data-provides="fileinput" ng-class="fileinputClass(cguFile.custom_asset_file_attributes.attachment)">
|
|
|
|
<div class="form-control" data-trigger="fileinput">
|
|
|
|
<i class="glyphicon glyphicon-file fileinput-exists"></i> <span class="fileinput-filename">{{cguFile.custom_asset_file_attributes.attachment}}</span>
|
|
|
|
</div>
|
|
|
|
<span class="input-group-addon btn btn-default btn-file">
|
2019-12-18 13:04:38 +01:00
|
|
|
<span class="fileinput-new" translate>{{ 'app.shared.buttons.browse' }}</span>
|
|
|
|
<span class="fileinput-exists" translate>{{ 'app.shared.buttons.change' }}</span>
|
2016-08-17 10:10:23 +02:00
|
|
|
<input type="file"
|
|
|
|
id="tos_file"
|
|
|
|
name="custom_asset[custom_asset_file_attributes][attachment]"
|
|
|
|
accept=".pdf"
|
|
|
|
required />
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
2019-12-17 18:06:56 +01:00
|
|
|
<button name="button" type="submit" ng-class="{'btn-loading':loader.cgu}" ng-disabled="cguForm.$invalid" class="btn btn-warning" translate>{{ 'app.shared.buttons.save' }}</button>
|
2016-08-17 10:10:23 +02:00
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="panel panel-default m-t-lg">
|
|
|
|
<div class="panel-heading">
|
2019-12-17 18:06:56 +01:00
|
|
|
<span class="font-sbold" translate>{{ 'app.admin.settings.customize_the_graphics' }}</span>
|
2016-08-17 10:10:23 +02:00
|
|
|
</div>
|
|
|
|
<div class="panel-body">
|
|
|
|
<div class="alert alert-warning m-t">
|
2019-12-17 18:06:56 +01:00
|
|
|
<span translate>{{ 'app.admin.settings.for_an_optimal_rendering_the_logo_image_must_be_at_the_PNG_format_with_a_transparent_background_and_with_an_aspect_ratio_3.5_times_wider_than_the_height' }}</span><br/>
|
|
|
|
<span translate>{{ 'app.admin.settings.concerning_the_favicon_it_must_be_at_ICO_format_with_a_size_of_16x16_pixels' }}</span><br/>
|
2016-08-17 10:10:23 +02:00
|
|
|
<br/>
|
2019-12-17 18:06:56 +01:00
|
|
|
<span translate>{{ 'app.admin.settings.remember_to_refresh_the_page_for_the_changes_to_take_effect' }}</span>
|
2016-08-17 10:10:23 +02:00
|
|
|
</div>
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-md-4">
|
|
|
|
<form class="custom-logo-container" method="post" action="{{actionUrl.logo}}" novalidate name="logoForm" ng-upload="submited(content)" upload-options-enable-rails-csrf="true" unsaved-warning-form>
|
|
|
|
<input type="hidden" name="custom_asset[name]" value="logo-file">
|
|
|
|
<input name="_method" type="hidden" ng-value="methods.logo">
|
2019-12-17 18:06:56 +01:00
|
|
|
<h3 class="m-l" translate>{{ 'app.admin.settings.logo_white_background' }}</h3>
|
2016-08-17 10:10:23 +02:00
|
|
|
<div class="custom-logo" style="background-image: url({{customLogo}});">
|
|
|
|
<img src="data:image/png;base64," data-src="holder.js/100%x100%/text:/font:FontAwesome/icon-xs" bs-holder ng-show="!customLogo" class="img-responsive">
|
|
|
|
<img base-sixty-four-image="customLogo" ng-show="customLogo && customLogo.base64">
|
|
|
|
<img ng-src="{{customLogo.custom_asset_file_attributes.attachment_url}}" alt="{{customLogo.custom_asset_file_attributes.attachment}}" ng-show="customLogo && customLogo.custom_asset_file_attributes" />
|
|
|
|
<div class="tools-box">
|
|
|
|
<div class="btn-group">
|
|
|
|
<div class="btn btn-default btn-file">
|
2019-12-17 18:06:56 +01:00
|
|
|
<i class="fa fa-edit"></i> {{ 'app.admin.settings.change_the_logo' | translate }}
|
2016-08-17 10:10:23 +02:00
|
|
|
<input type="file"
|
|
|
|
accept="image/png,image/x-png"
|
|
|
|
name="custom_asset[custom_asset_file_attributes][attachment]"
|
|
|
|
ng-model="customLogo"
|
|
|
|
base-sixty-four-input
|
|
|
|
required />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2019-12-17 18:06:56 +01:00
|
|
|
<button name="button" type="submit" class="btn btn-warning m-t m-l" ng-disabled="logoForm.$invalid" translate>{{ 'app.shared.buttons.save' }}</button>
|
2016-08-17 10:10:23 +02:00
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
<div class="col-md-4">
|
|
|
|
<form class="custom-logo-container" method="post" action="{{actionUrl.logoBlack}}" novalidate name="logoBlackForm" ng-upload="submited(content)" upload-options-enable-rails-csrf="true" unsaved-warning-form>
|
|
|
|
<input type="hidden" name="custom_asset[name]" value="logo-black-file">
|
|
|
|
<input name="_method" type="hidden" ng-value="methods.logoBlack">
|
2019-12-17 18:06:56 +01:00
|
|
|
<h3 class="m-l" translate>{{ 'app.admin.settings.logo_black_background' }}</h3>
|
2016-08-17 10:10:23 +02:00
|
|
|
<div class="custom-logo bg-dark" style="background-image: url({{customLogoBlack}});">
|
|
|
|
<img src="data:image/png;base64," data-src="holder.js/100%x100%/text:/font:FontAwesome/icon-black-xs" bs-holder ng-show="!customLogoBlack" class="img-responsive">
|
|
|
|
<img base-sixty-four-image="customLogoBlack" ng-show="customLogoBlack && customLogoBlack.base64">
|
|
|
|
<img ng-src="{{customLogoBlack.custom_asset_file_attributes.attachment_url}}" alt="{{customLogoBlack.custom_asset_file_attributes.attachment}}" ng-show="customLogoBlack && customLogoBlack.custom_asset_file_attributes" />
|
|
|
|
<div class="tools-box">
|
|
|
|
<div class="btn-group">
|
|
|
|
<div class="btn btn-default btn-file">
|
2019-12-17 18:06:56 +01:00
|
|
|
<i class="fa fa-edit"></i> {{ 'app.admin.settings.change_the_logo' | translate }}
|
2016-08-17 10:10:23 +02:00
|
|
|
<input type="file"
|
|
|
|
accept="image/png,image/x-png"
|
|
|
|
name="custom_asset[custom_asset_file_attributes][attachment]"
|
|
|
|
ng-model="customLogoBlack"
|
|
|
|
base-sixty-four-input
|
|
|
|
required />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2019-12-17 18:06:56 +01:00
|
|
|
<button name="button" type="submit" class="btn btn-warning m-t m-l" ng-disabled="logoBlackForm.$invalid" translate>{{ 'app.shared.buttons.save' }}</button>
|
2016-08-17 10:10:23 +02:00
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
<div class="col-md-4">
|
|
|
|
<form class="custom-favicon-container" method="post" action="{{actionUrl.favicon}}" novalidate name="faviconForm" ng-upload="submited(content)" upload-options-enable-rails-csrf="true" unsaved-warning-form>
|
|
|
|
<input type="hidden" name="custom_asset[name]" value="favicon-file">
|
|
|
|
<input name="_method" type="hidden" ng-value="methods.favicon">
|
2019-12-17 18:06:56 +01:00
|
|
|
<h3 class="m-l" translate>{{ 'app.admin.settings.favicon' }}</h3>
|
2016-08-17 10:10:23 +02:00
|
|
|
<div class="custom-favicon" style="background-image: url({{customFavicon}});">
|
|
|
|
<img src="data:image/png;base64," data-src="holder.js/32x32/text:/font:FontAwesome/icon-xs" bs-holder ng-show="!customFavicon" class="img-responsive">
|
|
|
|
<img base-sixty-four-image="customFavicon" ng-show="customFavicon && customFavicon.base64">
|
|
|
|
<img ng-src="{{customFavicon.custom_asset_file_attributes.attachment_url}}" alt="{{customFavicon.custom_asset_file_attributes.attachment}}" ng-show="customFavicon && customFavicon.custom_asset_file_attributes" />
|
|
|
|
<div class="tools-box">
|
|
|
|
<div class="btn-group">
|
|
|
|
<div class="btn btn-default btn-file">
|
2019-12-17 18:06:56 +01:00
|
|
|
<i class="fa fa-edit"></i> {{ 'app.admin.settings.change_the_favicon' | translate }}
|
2016-08-17 10:10:23 +02:00
|
|
|
<input type="file"
|
|
|
|
accept="image/png,image/x-png,image/x-icon,image/ico,image/vnd.microsoft.icon"
|
|
|
|
name="custom_asset[custom_asset_file_attributes][attachment]"
|
|
|
|
ng-model="customFavicon"
|
|
|
|
base-sixty-four-input
|
|
|
|
required />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2019-12-17 18:06:56 +01:00
|
|
|
<button name="button" type="submit" class="btn btn-warning m-t m-l" ng-disabled="faviconForm.$invalid" translate>{{ 'app.shared.buttons.save' }}</button>
|
2016-08-17 10:10:23 +02:00
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="row m-t m-l-xs">
|
|
|
|
<div class="col-md-4">
|
2019-12-17 18:06:56 +01:00
|
|
|
<h4 translate>{{ 'app.admin.settings.main_colour' }}</h4>
|
2016-08-17 10:10:23 +02:00
|
|
|
<form role="form" class="form-inline" name="mainColorForm" novalidate>
|
|
|
|
<div class="form-group">
|
|
|
|
<div class="input-group">
|
|
|
|
<div class="input-group-addon">
|
|
|
|
<i class="fa fa-paint-brush"></i>
|
|
|
|
</div>
|
2019-12-17 18:06:56 +01:00
|
|
|
<input type="text" minicolors ng-model="mainColorSetting.value" class="form-control" placeholder="{{ 'app.admin.settings.primary' | translate}}"/>
|
2016-08-17 10:10:23 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="form-group">
|
2019-12-17 18:06:56 +01:00
|
|
|
<button name="button" class="btn btn-warning" ng-click="save(mainColorSetting)" translate>{{ 'app.shared.buttons.save' }}</button>
|
2016-08-17 10:10:23 +02:00
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
<div class="col-md-4">
|
2019-12-17 18:06:56 +01:00
|
|
|
<h4 translate>{{ 'app.admin.settings.secondary_colour' }}</h4>
|
2016-08-17 10:10:23 +02:00
|
|
|
<form role="form" class="form-inline" name="secondColorForm" novalidate>
|
|
|
|
<div class="form-group">
|
|
|
|
<div class="input-group">
|
|
|
|
<div class="input-group-addon">
|
|
|
|
<i class="fa fa-paint-brush"></i>
|
|
|
|
</div>
|
2019-12-17 18:06:56 +01:00
|
|
|
<input type="text" minicolors ng-model="secondColorSetting.value" class="form-control" placeholder="{{ 'app.admin.settings.secondary' | translate}}"/>
|
2016-08-17 10:10:23 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="form-group">
|
2019-12-17 18:06:56 +01:00
|
|
|
<button name="button" class="btn btn-warning" ng-click="save(secondColorSetting)" translate>{{ 'app.shared.buttons.save' }}</button>
|
2016-08-17 10:10:23 +02:00
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="row m-t">
|
|
|
|
<div class="col-md-4">
|
|
|
|
<form class="custom-profile-image-container" method="post" action="{{actionUrl.profileImage}}" novalidate name="profileImageForm" ng-upload="submited(content)" upload-options-enable-rails-csrf="true" unsaved-warning-form>
|
|
|
|
<input type="hidden" name="custom_asset[name]" value="profile-image-file">
|
|
|
|
<input name="_method" type="hidden" ng-value="methods.profileImage">
|
2019-12-17 18:06:56 +01:00
|
|
|
<h3 class="m-l" translate>{{ 'app.admin.settings.background_picture_of_the_profile_banner' }}</h3>
|
2016-08-17 10:10:23 +02:00
|
|
|
<div class="custom-profile-image" style="background-image: url({{profileImage}});">
|
|
|
|
<img src="data:image/png;base64," data-src="holder.js/100%x100%/text:/font:FontAwesome/icon-xs" bs-holder ng-show="!profileImage" class="img-responsive">
|
|
|
|
<img base-sixty-four-image="profileImage" ng-show="profileImage && profileImage.base64">
|
|
|
|
<img ng-src="{{profileImage.custom_asset_file_attributes.attachment_url}}" alt="{{profileImage.custom_asset_file_attributes.attachment}}" ng-show="profileImage && profileImage.custom_asset_file_attributes" />
|
|
|
|
<div class="tools-box">
|
|
|
|
<div class="btn-group">
|
|
|
|
<div class="btn btn-default btn-file">
|
2019-12-17 18:06:56 +01:00
|
|
|
<i class="fa fa-edit"></i> {{ 'app.admin.settings.change_the_profile_banner' | translate }}
|
2016-08-17 10:10:23 +02:00
|
|
|
<input type="file"
|
|
|
|
accept="image/png,image/x-png"
|
|
|
|
name="custom_asset[custom_asset_file_attributes][attachment]"
|
|
|
|
ng-model="profileImage"
|
|
|
|
base-sixty-four-input
|
|
|
|
required />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2019-12-17 18:06:56 +01:00
|
|
|
<button name="button" type="submit" class="btn btn-warning m-t m-l" ng-disabled="profileImageForm.$invalid" translate>{{ 'app.shared.buttons.save' }}</button>
|
2016-08-17 10:10:23 +02:00
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2018-09-18 15:30:54 +02:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="panel panel-default m-t-lg">
|
|
|
|
<div class="panel-heading">
|
2019-12-17 18:06:56 +01:00
|
|
|
<span class="font-sbold" translate>{{ 'app.admin.settings.elements_ordering' }}</span>
|
2018-09-18 15:30:54 +02:00
|
|
|
</div>
|
|
|
|
<div class="panel-body">
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-md-4">
|
2019-12-17 18:06:56 +01:00
|
|
|
<h3 class="m-l" translate>{{ 'app.admin.settings.machines_order' }}</h3>
|
2018-09-18 15:30:54 +02:00
|
|
|
<div class="form-group m-l">
|
2019-12-17 18:06:56 +01:00
|
|
|
<label for="machinesSortBy" class="control-label m-r" translate>{{ 'app.admin.settings.display_machines_sorted_by' }}</label>
|
2018-09-18 15:30:54 +02:00
|
|
|
<select id="machinesSortBy"
|
|
|
|
class="form-control"
|
|
|
|
ng-model="machinesSortBy.value">
|
2019-12-17 18:06:56 +01:00
|
|
|
<option value="default" translate>{{ 'app.admin.settings.sort_by.default' }}</option>
|
|
|
|
<option value="name" translate>{{ 'app.admin.settings.sort_by.name' }}</option>
|
|
|
|
<option value="created_at" translate>{{ 'app.admin.settings.sort_by.created_at' }}</option>
|
|
|
|
<option value="updated_at" translate>{{ 'app.admin.settings.sort_by.updated_at' }}</option>
|
2018-09-18 15:30:54 +02:00
|
|
|
</select>
|
2019-12-17 18:06:56 +01:00
|
|
|
<button name="button" class="btn btn-warning m-t" ng-click="save(machinesSortBy)" translate>{{ 'app.shared.buttons.save' }}</button>
|
2018-09-18 15:30:54 +02:00
|
|
|
</div>
|
2019-11-27 16:17:32 +01:00
|
|
|
<div class="col-md-4">
|
|
|
|
</div>
|
|
|
|
</div>
|
2018-09-18 15:30:54 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
2019-04-18 11:35:09 +02:00
|
|
|
</div>
|
2020-05-26 10:53:49 +02:00
|
|
|
|
|
|
|
<div class="panel panel-default m-t-lg">
|
|
|
|
<div class="panel-heading">
|
|
|
|
<span class="font-sbold" translate>{{ 'app.admin.settings.modules' }}</span>
|
|
|
|
</div>
|
|
|
|
<div class="panel-body">
|
|
|
|
<div class="row">
|
|
|
|
<h3 class="m-l" translate>{{ 'app.admin.settings.spaces' }}</h3>
|
|
|
|
<p class="alert alert-warning m-h-md" ng-bind-html="'app.admin.settings.spaces_info_html' | translate"></p>
|
|
|
|
<boolean-setting name="spaces_module"
|
|
|
|
settings="allSettings"
|
|
|
|
label="app.admin.settings.enable_spaces"
|
|
|
|
classes="m-l"
|
|
|
|
yes-label="app.shared.buttons.yes"
|
|
|
|
no-label="app.shared.buttons.no"></boolean-setting>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|