appointment_calendar.info |
appointment_calendar.info |
|
name = Appointment Calendar
description = Creates Appointment Calendar for Timeslot Booking
core = 7.x
package = Calendar
dependencies[] = calendar
dependencies[] = context
dependencies[] = date
dependencies[] = date_all_day
dependencies[] =… |
appointment_calendar.install |
appointment_calendar.install |
|
Install and uninstall functions for the Appointment Calendar module. |
appointment_calendar.module |
appointment_calendar.module |
|
Adds Appointment calendar filtering and displays Availability. |
appointment_calendar.views_default.inc |
views/appointment_calendar.views_default.inc |
|
View templates for the Appointment Calendar module. |
appointment_calendar_admin_settings.inc |
appointment_calendar_admin_settings.inc |
|
Provide Configuration form for Appointment calendar. |
appointment_calendar_delete.inc |
appointment_calendar_delete.inc |
|
Provides Delete page for selected date if there is no booked slot(s). |
appointment_calendar_edit.inc |
appointment_calendar_edit.inc |
|
Provides Edit page for selected date to change only slot capacity. |
appointment_calendar_list.inc |
appointment_calendar_list.inc |
|
Provides Listing page for Created date(s) in Appointment calendar. |
appointment_calendar_view.inc |
appointment_calendar_view.inc |
|
Provides View page for selected date to change only slot capacity. |
page--appointcal.tpl.php |
templates/page--appointcal.tpl.php |
|
|
README.txt |
README.txt |
|
CONTENTS OF THIS FILE
---------------------
* Introduction
* Requirements
* Installation
* Configuration
* Warnings
* Maintainers
INTRODUCTION
------------
* Appointment Calendar is a simple form to set and create slots for
booking in… |
style.css |
css/style.css |
|
/* @group setting form */
form#settings-form .container-inline-date {
display: inline-block;
margin: 0 20px 10px 0 !important;
vertical-align: top;
}
form#settings-form .container-inline-date * {
margin: 0;
}
form#settings-form… |