calendar-datebox.tpl.php |
theme/calendar-datebox.tpl.php |
|
Template to display the date box in a calendar. |
calendar-day-overlap.tpl.php |
theme/calendar-day-overlap.tpl.php |
|
Template to display a view as a calendar day, grouped by time with overlapping items. |
calendar-day.tpl.php |
theme/calendar-day.tpl.php |
|
Template to display a view as a calendar day, grouped by time
and optionally organized into columns by a field value. |
calendar-item.tpl.php |
theme/calendar-item.tpl.php |
|
|
calendar-mini.tpl.php |
theme/calendar-mini.tpl.php |
|
|
calendar-month-col.tpl.php |
theme/calendar-month-col.tpl.php |
|
|
calendar-month-multiple-entity.tpl.php |
theme/calendar-month-multiple-entity.tpl.php |
|
Template to display a summary of the days items as a calendar month entity. |
calendar-month-row.tpl.php |
theme/calendar-month-row.tpl.php |
|
|
calendar-month.tpl.php |
theme/calendar-month.tpl.php |
|
Template to display a view as a calendar month. |
calendar-overlap-no-scroll.css |
css/calendar-overlap-no-scroll.css |
|
.calendar-calendar .week-view #multi-day-container,
.calendar-calendar .week-view #single-day-container,
.calendar-calendar .day-view #multi-day-container,
.calendar-calendar .day-view #single-day-container {
overflow-y: hidden;
overflow-x:… |
calendar-overlap.css |
css/calendar-overlap.css |
|
/**
* Overlapping week items
*/
.calendar-calendar tr.holder {
height: 0px;
display: table-row !important;
display: none;
}
.calendar-calendar .week-view .full div.item-wrapper,
.calendar-calendar .day-view .full div.item-wrapper {
… |
calendar-style.tpl.php |
theme/calendar-style.tpl.php |
|
|
calendar-week-overlap.tpl.php |
theme/calendar-week-overlap.tpl.php |
|
|
calendar-week.tpl.php |
theme/calendar-week.tpl.php |
|
|
calendar-year.tpl.php |
theme/calendar-year.tpl.php |
|
Template to display a view as a calendar year. |
calendar.css |
css/calendar.css |
|
/**
* calendar calendar table styles
*/
.calendar-calendar tr.odd, .calendar-calendar tr.even {
background-color: #fff;
}
.calendar-calendar table {
border-collapse: collapse;
border-spacing: 0;
margin: 0 auto;
padding: 0;
width: 100%;… |
calendar.info |
calendar.info |
|
name = Calendar
description = Views plugin to display views containing dates as Calendars.
dependencies[] = views
dependencies[] = date_api
dependencies[] = date_views
package = Date/Time
core = 7.x
stylesheets[all][] =… |
calendar.install |
calendar.install |
|
Install, update and uninstall functions for the calendar module. |
calendar.module |
calendar.module |
|
Adds calendar filtering and displays to Views. |
calendar.views.inc |
includes/calendar.views.inc |
|
Creates calendar displays of Views results. |
calendar.views_template.inc |
includes/calendar.views_template.inc |
|
View templates for the Calendar module. |
calendar_multiday.css |
css/calendar_multiday.css |
|
/**
* calendar calendar table styles
*/
.calendar-calendar tr.odd, .calendar-calendar tr.even {
background-color: #fff;
}
.calendar-calendar table {
border-collapse: collapse;
border-spacing: 0;
margin: 0 auto;
padding: 0;
width: 100%;… |
calendar_plugin_row.inc |
includes/calendar_plugin_row.inc |
|
Contains the Calendar row style plugin. |
calendar_plugin_style.inc |
includes/calendar_plugin_style.inc |
|
Views style plugin for the Calendar module. |
CHANGELOG.txt |
CHANGELOG.txt |
|
Calendar Module 7.x
==================
===================
Version 7.x-3.x-dev
===================
======================
Version 7.x-3.5
======================
- Issue #1729884 by lund.mikkel: Translations of max items collide with other… |
README.txt |
README.txt |
|
Creates calendar displays of Views results.
Create a new calendar by using the calendar template for the desired
date field. See a link to create a view from a template at the top
of the Views listing page.
If the Calendar iCal module is enabled, an… |
theme.inc |
theme/theme.inc |
|
Theme functions for the Calendar module. |