[Alba-desarrollo] SVN Alba r5140 - prosistem/alba/trunk/alba/apps/principal/modules/cal/lib

commits en pressenter.com.ar commits en pressenter.com.ar
Lun Sep 24 21:40:31 CEST 2007


Author: josx
Date: 2007-09-24 16:40:30 -0300 (Mon, 24 Sep 2007)
New Revision: 5140

Modified:
   prosistem/alba/trunk/alba/apps/principal/modules/cal/lib/default_config.php
Log:
Cambie en la configuracion del phpicalendar que el gridlength sea de 10 minutos en vez de 15 minutos. Se visualiza mejor el horarioescolar (no cortado, ni sobrepuesto) pero no muestra todas las horas del mismo tama?\195?\177o.

Modified: prosistem/alba/trunk/alba/apps/principal/modules/cal/lib/default_config.php
===================================================================
--- prosistem/alba/trunk/alba/apps/principal/modules/cal/lib/default_config.php	2007-09-24 19:34:58 UTC (rev 5139)
+++ prosistem/alba/trunk/alba/apps/principal/modules/cal/lib/default_config.php	2007-09-24 19:40:30 UTC (rev 5140)
@@ -16,7 +16,7 @@
 $week_length			= '7';				// Number of days to display in the week view
 $day_start 				= '0700';			// Start time for day grid
 $day_end				= '2000';			// End time for day grid
-$gridLength 			= '15';				// Grid distance in minutes for day view, multiples of 15 preferred
+$gridLength 			= '10';				// Grid distance in minutes for day view, multiples of 15 preferred
 $num_years 				= '1';				// Number of years (up and back) to display in 'Jump to'
 $month_event_lines 		= '1';				// Number of lines to wrap each event title in month view, 0 means display all lines.
 $tomorrows_events_lines = '1';				// Number of lines to wrap each event title in the 'Tommorrow's events' box, 0 means display all lines.




Más información sobre la lista de distribución Alba-desarrollo