You are here

views_handler_filter_boolean_operator.inc in MERCI (Manage Equipment Reservations, Checkout and Inventory) 7.2

merci views handlers

File

handlers/views_handler_filter_boolean_operator.inc
View source
<?php

/**
 * @file
 * merci views handlers 
 */
class views_handler_filter_bookings_resource_disabled extends views_handler_filter_boolean_operator {
  function construct() {
    $this->definition['label'] = 'Check to show only disabled, or leave empty to show only enabled.';
    parent::construct();
  }

}

Classes

Namesort descending Description
views_handler_filter_bookings_resource_disabled @file merci views handlers