[TYPO3-german] CAL

Michael Gnessner typo at epoche-napoleon.de
Thu Nov 16 20:58:27 CET 2006


Nabend Liste,

Ich bastele immer noch an den Datumseinstellungen im CAL, vielleicht hat ja 
jemand von Euch einen Tipp.

So habe ich in der Wochen- und Tagesansicht immer noch die linke Uhrzeitleiste 
in 12-Stundenstil und zusätzlich bei der Tagesansicht wird das Datum in der 
Kopfzeile im falschen Format angezeigt. Ebenso wird der Termin im Tagesdatum 
im 12Stunden-Format angezeigt.

### CODESCHNIPSEL START ###

// Einbindung Calender Base

plugin.tx_cal_controller.rights {
	edit = 1
	admin.user = 1
	admin.group = 1,2
	allowedGroups = 1

	create {
		saveCalenderToPid = 301
		allowedToCreateCalender.user = 1
		}

	}

plugin.tx_cal_controller.view {
	admin.adminTemplate = EXT:cal/template/admin.tmpl
	ics.icsTemplate = EXT:cal/template/ics.tmpl

	event.dateFormat = %e. %B %G
	event.timeFormat = %H:%M

	day.dateFormatDay = %d. %m %G
	day.dateFormatDayList = %a. %d. %m
	day.timeFormat = %H %M
	day.formatWeekList = %a %d. %m
	day.eventStartTimeFormatDay = %H %M
	day.eventEndTimeFormatDay = %H %M

	week.dateFormatWeek = %A %d. %m. %G
	week.dateFormatWeekList = %a. %d. %m
	week.timeFormat = %H %M
	week.formatWeekList = %a %d %m
	week.eventStartTimeFormatWeek = %H %M
	week.eventEndTimeFormatWeek = %H %M

	list.timeFormatList = %H:%M
	list.dateFormatList = %a, %e. %b	}

### CODESCHNIPSEL ENDE ###

Vielleicht sehe ich vor lauter Code den Fehler nicht wirklich.

Liebe Grüße
Micha
--
Email:  michael at epoche-napoleon.net
WEB:    http://www.epoche-napoleon.net





More information about the TYPO3-german mailing list