[Comoblog-commit] comoblog/modules/mod_calendar/install mod_calendar.xml,1.5,1.6
Status: Inactive
Brought to you by:
markwallis
|
From: Mark W. \(a. serialmonkey\) <mar...@us...> - 2005-10-07 15:29:55
|
Update of /cvsroot/comoblog/comoblog/modules/mod_calendar/install In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17367/modules/mod_calendar/install Modified Files: mod_calendar.xml Log Message: Update mod_calendar to allow day offset to be a select string rather than an integer Index: mod_calendar.xml =================================================================== RCS file: /cvsroot/comoblog/comoblog/modules/mod_calendar/install/mod_calendar.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- mod_calendar.xml 7 Oct 2005 15:14:57 -0000 1.5 +++ mod_calendar.xml 7 Oct 2005 15:29:47 -0000 1.6 @@ -10,12 +10,12 @@ <param name="CFG_CALENDAR_DAY_OFFSET" - description="Offset indicating the first day of the month. 0 is Saturday, 1 is Sunday, etc" - type="text" + description="Option to choose the first day of the week in the calendar" + type="select" editable="Y" accept_null="N" - value="0" - restrict_values="0|1|2|3|4|5|6" + value="Sunday" + restrict_values="Saturday|Sunday|Monday|Tuesday|Wednesday|Thursday|Friday" /> <param |