1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-18 07:52:23 +01:00

tooltip about images insertion in medium editor

This commit is contained in:
Sylvain 2017-08-29 17:50:57 +02:00
parent dcf55d8351
commit 9c6143bd5e
5 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,7 @@
## next release
- Added tooltip concerning images insertion while configuring the about page
- Ability for admins to configure the maximum visibility for availabilities reservation
- Fix a bug: admins cannot see all availabilities for spaces in reservation calendar when a user is selected
- Fix a bug: missing translation after payment in english and portuguese

View File

@ -17,6 +17,7 @@
}'>
</div>
<span class="help-block text-info text-xs"><i class="fa fa-lightbulb-o"></i> {{ 'settings.drag_and_drop_to_insert_images' | translate }}</span>
<button name="button" class="btn btn-warning" ng-click="save(aboutBodySetting)" translate>{{ 'save' }}</button>
</div>
<div class="col-md-4 col-md-offset-2">

View File

@ -568,6 +568,7 @@ en:
title_of_the_about_page: "Title of the About page"
shift_enter_to_force_carriage_return: "SHIFT + ENTER to force carriage return"
input_the_main_content: "Input the main content"
drag_and_drop_to_insert_images: "Drap and drop to insert images"
input_the_fablab_contacts: "Input the FabLab contacts"
reservations: "Reservations"
reservations_parameters: "Reservations parameters"

View File

@ -568,6 +568,7 @@ fr:
title_of_the_about_page: "Titre page A propos"
shift_enter_to_force_carriage_return: "MAJ. + ENTRÉE pour forcer le retour à la ligne"
input_the_main_content: "Saisir le contenu principal"
drag_and_drop_to_insert_images: "Faites un glisser-déposer pour insérer des images"
input_the_fablab_contacts: "Saisir les Contacts du FabLab"
reservations: "Réservations"
reservations_parameters: "Paramètres des réservations"

View File

@ -568,6 +568,7 @@ pt:
title_of_the_about_page: "Título da página sobre"
shift_enter_to_force_carriage_return: "SHIFT + ENTER para forçar o retorno"
input_the_main_content: "Introduza o conteúdo principal"
drag_and_drop_to_insert_images: "Arrastar e soltar para inserir imagens"
input_the_fablab_contacts: "Insira os contatos do FabLab"
reservations: "Reservas"
reservations_parameters: "Parâmetros das reservas"