You are here

Files in Office Hours 7

Primary tabs

File namesort descending Location Namespace Description
office_hours.api.php office_hours.api.php Hooks provided by the Office_hours module.
office_hours.css office_hours.css @CHARSET "UTF-8"; /* Formatter in Views and Pages. */ .oh-display { display: block; white-space: nowrap; } .oh-display-label { display: inline-block; /* Give each label the same width, to align the hours. */ vertical-align:…
office_hours.elements.inc includes/office_hours.elements.inc Office hours form elements and their theming and validation.
office_hours.feeds.inc office_hours.feeds.inc Implementation of Feeds mapping API for office_hours.
office_hours.field.inc includes/office_hours.field.inc Implements the office_hours Field.
office_hours.formatter.inc includes/office_hours.formatter.inc Implements the office_hours formatter.
office_hours.info office_hours.info name = Office hours description = Defines a 'weekly office hours' field type, allowing you to specify when an Entity is open or closed. package = Fields dependencies[] = date dependencies[] = date_api dependencies[] = field core =…
office_hours.install office_hours.install Install, update and uninstall functions for the Office hours module.
office_hours.module office_hours.module Creates a field and widget for inserting working or office hours per day
office_hours.theme.inc includes/office_hours.theme.inc Themes the Office hours formatter and widget.
office_hours.views.inc office_hours.views.inc Provide views data and handlers for office_hours.module.
office_hours.widget.inc includes/office_hours.widget.inc Implements the office_hours widget.
office_hours_handler_filter_day.inc includes/office_hours_handler_filter_day.inc Implements Views integration: day filter.
office_hours_handler_filter_hours.inc includes/office_hours_handler_filter_hours.inc Implements Views integration: hours filter
office_hours_handler_filter_open.inc includes/office_hours_handler_filter_open.inc Implements Views integration: filter 'open now'.
README.txt README.txt Office Hours creates a Field, that you can add to any entity (like a location, a restaurant or a user) to represent "office hours" or "opening hours". == UPGRADE WARNING == You MUST run update.php, when you upgrade from version…

Other projects