Browse Source

UI-1250: added help boxes in both hours and holidays sections of MainNumber

4.3
Maxime Roux 11 years ago
parent
commit
f21c7572cf
4 changed files with 32 additions and 4 deletions
  1. +9
    -2
      i18n/en-US.json
  2. +5
    -2
      i18n/fr-FR.json
  3. +9
    -0
      views/strategy-holidays.html
  4. +9
    -0
      views/strategy-hours.html

+ 9
- 2
i18n/en-US.json View File

@ -563,14 +563,21 @@
"listTitle": "Custom Hours",
"timezone": "Company Timezone:",
"to": "to",
"lunchbreakTitle": "Are you closed for lunch hours?"
"lunchbreakTitle": "Are you closed for lunch hours?",
"__comment": "UI-1250: Adding help boxes",
"__version": "3.20_s2",
"helpAfterHours": "Do not forget to set the call routing for when your office is closed for the night! To set it up, go in the \"Incoming Call Handling\" section of this page, and select the \"After Hours\" tab.",
"helpLunchHours": "If your office is closed during lunch hours, you also need to choose the call routing for that. You can set it up in the \"Incoming Call Handling\" section as well, under the \"Lunch Hours\" tab."
},
"holidays": {
"enableTitle": "Are you closed for holidays?",
"addLink": "Add Holiday",
"singleLink": "Single Day",
"rangeLink": "Date Range",
"advancedLink": "Advanced"
"advancedLink": "Advanced",
"__comment": "UI-1250: Adding help boxes",
"__version": "3.20_s2",
"helpHolidays": "Do not forget to set the call routing for when your office is closed for the holidays! To set it up, go in the \"Incoming Call Handling\" section of this page, and select the \"Holidays\" tab."
},
"calls": {
"openHoursTitle": "Open Hours",


+ 5
- 2
i18n/fr-FR.json View File

@ -539,14 +539,17 @@
"listTitle": "Horaires",
"timezone": "Fuseau horaire:",
"to": "à",
"lunchbreakTitle": "Êtes-vous fermé pendant le déjeuner?"
"lunchbreakTitle": "Êtes-vous fermé pendant le déjeuner?",
"helpAfterHours": "N'oubliez pas de choisir votre route d'appel à utiliser quand votre bureau est fermé pour la nuit ! Pour la configurer, ouvrez la section \"Gestion des appels entrants\" de cette page, et sélectionnez l'onglet \"Fermé\".",
"helpLunchHours": "Si votre bureau ferme aux heures du déjeuner, vous devez aussi choisir votre route d'appel à utiliser pour ces heures là. Vous pouvez la configurer dans la section \"Gestion des appels entrants\" également, sous l'onglet \"Déjeuner\"."
},
"holidays": {
"enableTitle": "Êtes-vous fermé pendant les vacances?",
"addLink": "Ajouter vacances",
"singleLink": "Jour unique",
"rangeLink": "Période",
"advancedLink": "Avancé"
"advancedLink": "Avancé",
"helpHolidays": "N'oubliez pas de choisir votre route d'appel à utiliser quand votre bureau est fermé pour les vacances ! Pour la configurer, ouvrez la section \"Gestion des appels entrants\" de cette page, et sélectionnez l'onglet \"Vacances\" tab."
},
"calls": {
"openHoursTitle": "Ouvert",


+ 9
- 0
views/strategy-holidays.html View File

@ -19,6 +19,15 @@
</ul>
</div>
<div class="holidays-list"></div>
<div class="help-box gray-box">
<div class="wrapper-icon">
&nbsp;<i class="icon-info-sign2"></i>&nbsp;
</div>
<div class="text-wrapper">
<p>{{ i18n.strategy.holidays.helpHolidays }}</p>
</div>
</div>
</div>
<div class="holidays-actions basic-actions">


+ 9
- 0
views/strategy-hours.html View File

@ -58,6 +58,15 @@
<input required class="to-hour timepicker" type="text" name="lunchbreak.to" value="{{lunchbreak.to}}">
</span>
</div>
<div class="help-box gray-box">
<div class="wrapper-icon">
&nbsp;<i class="icon-info-sign2"></i>&nbsp;
</div>
<div class="text-wrapper">
<p>{{ i18n.strategy.hours.helpAfterHours }}</p>
<p>{{ i18n.strategy.hours.helpLunchHours }}</p>
</div>
</div>
</div>
<div class="custom-hours-actions basic-actions">
<a href="#" class="cancel-link">{{i18n.cancel}}</a>


Loading…
Cancel
Save