Various fix and improvements to Scheduler module

pull/56/head
Francis Lachapelle 2014-09-10 10:47:18 -04:00
parent 7e297ad56c
commit c441fa5b80
3 changed files with 8 additions and 4 deletions

View File

@ -151,12 +151,15 @@
"LIST" = "Liste";
"Print Settings" = "Paramètres d'impression";
"Title:" = "Titre :";
"Layout:" = "Disposition :";
"Layout:" = "Vue :";
"What to Print" = "Contenu";
"Options" = "Options";
"Tasks with no due date" = "Tâches sans date d'échéance";
"Display working hours only" = "Afficher les heures de bureau seulement";
"Completed tasks" = "Tâches complétées";
"Display events and tasks colors" = "Affichage en couleurs";
"Borders" = "Bordures";
"Backgrounds" = "Arrière-plans";
/* Appointments */

View File

@ -124,9 +124,9 @@
</div>
<div id="printButtons" class="no-print">
<a class="button" name="print" id="printButton">
<span><var:string label:value="Print" /></span></a>
<span><var:string label:value="Print view" /></span></a>
<a class="button" name="cancel" id="cancelButton">
<span><var:string label:value="Cancel"/></span></a>
</div>
</div>
</var:component>
</var:component>

View File

@ -3907,8 +3907,9 @@ function initScheduler() {
$("uploadOK").observe("click", hideImportResults);
$("calendarView").on("click", "#listCollapse", onListCollapse);
Event.observe(document, "keydown", onDocumentKeydown);
initRefreshViewCheckTimer()
}
initRefreshViewCheckTimer()
onWindowResize.defer();
Event.observe(window, "resize", onWindowResize);