mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-21 15:54:22 +01:00
Allow inserting hyperlinks in customized info messages
This commit is contained in:
parent
4fa3eba2e9
commit
ab3ac05aa3
@ -1,5 +1,8 @@
|
|||||||
# Changelog Fab-manager
|
# Changelog Fab-manager
|
||||||
|
|
||||||
|
## Next release
|
||||||
|
- Allow inserting hyperlinks in customized info messages
|
||||||
|
|
||||||
## v4.7.3 2021 March 03
|
## v4.7.3 2021 March 03
|
||||||
- Improved the setup script
|
- Improved the setup script
|
||||||
- Fix a bug: unable to install a new instance with an external reverse proxy
|
- Fix a bug: unable to install a new instance with an external reverse proxy
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
<div class="col-md-3">
|
<div class="col-md-3">
|
||||||
<h4 translate>{{ 'app.admin.settings.message_of_the_machine_booking_page' }}</h4>
|
<h4 translate>{{ 'app.admin.settings.message_of_the_machine_booking_page' }}</h4>
|
||||||
<div ng-model="machineExplicationsAlert.value" medium-editor options='{"placeholder": "{{ "app.admin.settings.type_the_message_content" | translate }}",
|
<div ng-model="machineExplicationsAlert.value" medium-editor options='{"placeholder": "{{ "app.admin.settings.type_the_message_content" | translate }}",
|
||||||
"buttons": ["bold", "italic", "unorderedlist", "header2" ]
|
"buttons": ["bold", "italic", "anchor", "unorderedlist", "header2" ]
|
||||||
}'>
|
}'>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@ -58,7 +58,7 @@
|
|||||||
<div class="col-md-3">
|
<div class="col-md-3">
|
||||||
<h4 translate>{{ 'app.admin.settings.warning_message_of_the_training_booking_page'}}</h4>
|
<h4 translate>{{ 'app.admin.settings.warning_message_of_the_training_booking_page'}}</h4>
|
||||||
<div ng-model="trainingExplicationsAlert.value" medium-editor options='{"placeholder": "{{ "app.admin.settings.type_the_message_content" | translate }}",
|
<div ng-model="trainingExplicationsAlert.value" medium-editor options='{"placeholder": "{{ "app.admin.settings.type_the_message_content" | translate }}",
|
||||||
"buttons": ["bold", "italic", "unorderedlist", "header2" ]
|
"buttons": ["bold", "italic", "anchor", "unorderedlist", "header2" ]
|
||||||
}'>
|
}'>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@ -67,7 +67,7 @@
|
|||||||
<div class="col-md-3">
|
<div class="col-md-3">
|
||||||
<h4 translate>{{ 'app.admin.settings.information_message_of_the_training_reservation_page'}}</h4>
|
<h4 translate>{{ 'app.admin.settings.information_message_of_the_training_reservation_page'}}</h4>
|
||||||
<div ng-model="trainingInformationMessage.value" medium-editor options='{"placeholder": "{{ "app.admin.settings.type_the_message_content" | translate }}",
|
<div ng-model="trainingInformationMessage.value" medium-editor options='{"placeholder": "{{ "app.admin.settings.type_the_message_content" | translate }}",
|
||||||
"buttons": ["bold", "italic", "unorderedlist", "header2" ]
|
"buttons": ["bold", "italic", "anchor", "unorderedlist", "header2" ]
|
||||||
}'>
|
}'>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@ -76,7 +76,7 @@
|
|||||||
<div class="col-md-3">
|
<div class="col-md-3">
|
||||||
<h4 translate>{{ 'app.admin.settings.message_of_the_subscriptions_page' }}</h4>
|
<h4 translate>{{ 'app.admin.settings.message_of_the_subscriptions_page' }}</h4>
|
||||||
<div ng-model="subscriptionExplicationsAlert.value" medium-editor options='{"placeholder": "{{ "app.admin.settings.type_the_message_content" | translate }}",
|
<div ng-model="subscriptionExplicationsAlert.value" medium-editor options='{"placeholder": "{{ "app.admin.settings.type_the_message_content" | translate }}",
|
||||||
"buttons": ["bold", "italic", "unorderedlist", "header2" ]
|
"buttons": ["bold", "italic", "anchor", "unorderedlist", "header2" ]
|
||||||
}'>
|
}'>
|
||||||
</div>
|
</div>
|
||||||
<button name="button" class="btn btn-warning" ng-click="save(subscriptionExplicationsAlert)" translate>{{ 'app.shared.buttons.save' }}</button>
|
<button name="button" class="btn btn-warning" ng-click="save(subscriptionExplicationsAlert)" translate>{{ 'app.shared.buttons.save' }}</button>
|
||||||
@ -84,7 +84,7 @@
|
|||||||
<div class="col-md-3">
|
<div class="col-md-3">
|
||||||
<h4 translate>{{ 'app.admin.settings.message_of_the_events_page' }}</h4>
|
<h4 translate>{{ 'app.admin.settings.message_of_the_events_page' }}</h4>
|
||||||
<div ng-model="eventExplicationsAlert.value" medium-editor options='{"placeholder": "{{ "app.admin.settings.type_the_message_content" | translate }}",
|
<div ng-model="eventExplicationsAlert.value" medium-editor options='{"placeholder": "{{ "app.admin.settings.type_the_message_content" | translate }}",
|
||||||
"buttons": ["bold", "italic", "unorderedlist", "header2" ]
|
"buttons": ["bold", "italic", "anchor", "unorderedlist", "header2" ]
|
||||||
}'>
|
}'>
|
||||||
</div>
|
</div>
|
||||||
<button name="button" class="btn btn-warning" ng-click="save(eventExplicationsAlert)" translate>{{ 'app.shared.buttons.save' }}</button>
|
<button name="button" class="btn btn-warning" ng-click="save(eventExplicationsAlert)" translate>{{ 'app.shared.buttons.save' }}</button>
|
||||||
@ -92,7 +92,7 @@
|
|||||||
<div class="col-md-3" ng-show="$root.modules.spaces">
|
<div class="col-md-3" ng-show="$root.modules.spaces">
|
||||||
<h4 translate>{{ 'app.admin.settings.message_of_the_spaces_page' }}</h4>
|
<h4 translate>{{ 'app.admin.settings.message_of_the_spaces_page' }}</h4>
|
||||||
<div ng-model="spaceExplicationsAlert.value" medium-editor options='{"placeholder": "{{ "app.admin.settings.type_the_message_content" | translate }}",
|
<div ng-model="spaceExplicationsAlert.value" medium-editor options='{"placeholder": "{{ "app.admin.settings.type_the_message_content" | translate }}",
|
||||||
"buttons": ["bold", "italic", "unorderedlist", "header2" ]
|
"buttons": ["bold", "italic", "anchor", "unorderedlist", "header2" ]
|
||||||
}'>
|
}'>
|
||||||
</div>
|
</div>
|
||||||
<button name="button" class="btn btn-warning" ng-click="save(spaceExplicationsAlert)" translate>{{ 'app.shared.buttons.save' }}</button>
|
<button name="button" class="btn btn-warning" ng-click="save(spaceExplicationsAlert)" translate>{{ 'app.shared.buttons.save' }}</button>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user