[Comoblog-commit] comoblog/modules/mod_calendar/install mod_calendar.xml,1.4,1.5
Status: Inactive
Brought to you by:
markwallis
|
From: Mark W. \(a. serialmonkey\) <mar...@us...> - 2005-10-07 15:15:05
|
Update of /cvsroot/comoblog/comoblog/modules/mod_calendar/install In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13593/modules/mod_calendar/install Modified Files: mod_calendar.xml Log Message: RFE: 1280305 - Ability to change first day in calendar module Index: mod_calendar.xml =================================================================== RCS file: /cvsroot/comoblog/comoblog/modules/mod_calendar/install/mod_calendar.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- mod_calendar.xml 7 Oct 2005 00:48:49 -0000 1.4 +++ mod_calendar.xml 7 Oct 2005 15:14:57 -0000 1.5 @@ -9,6 +9,16 @@ <allowed_pos>sidebar</allowed_pos> <param + name="CFG_CALENDAR_DAY_OFFSET" + description="Offset indicating the first day of the month. 0 is Saturday, 1 is Sunday, etc" + type="text" + editable="Y" + accept_null="N" + value="0" + restrict_values="0|1|2|3|4|5|6" + /> + + <param name="CFG_CALENDAR_FONT_FAMILY" description="" type="font_picker" |