[Comoblog-commit] comoblog/modules/mod_calendar/install mod_calendar.xml,1.6,1.7
Status: Inactive
Brought to you by:
markwallis
|
From: Mark W. \(a. serialmonkey\) <mar...@us...> - 2005-10-07 15:49:22
|
Update of /cvsroot/comoblog/comoblog/modules/mod_calendar/install In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21397/modules/mod_calendar/install Modified Files: mod_calendar.xml Log Message: RFE: 1280382 - Start worked on alternative next/prev calendar buttons. Config added and next/prev day/month are working. Next/prev posted day still to be completed Index: mod_calendar.xml =================================================================== RCS file: /cvsroot/comoblog/comoblog/modules/mod_calendar/install/mod_calendar.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- mod_calendar.xml 7 Oct 2005 15:29:47 -0000 1.6 +++ mod_calendar.xml 7 Oct 2005 15:49:15 -0000 1.7 @@ -9,6 +9,16 @@ <allowed_pos>sidebar</allowed_pos> <param + name="CFG_CALENDAR_BUTTON_CONFIG" + description="When pressing the next/prev buttons the function should be" + type="select" + editable="Y" + accept_null="N" + value="Skip One Day" + restrict_values="Skip One Day|Skip One Month|Skip to Next Posted Day" + /> + + <param name="CFG_CALENDAR_DAY_OFFSET" description="Option to choose the first day of the week in the calendar" type="select" |