Example #1
0
        <h4><?php 
echo JText::_('COM_CHPANEL_BOOKINGS_FILTER_DATES');
?>
</h4>

        <div class="chpanel-bookings-datefilters">

            <div class="chpanel-bookings-datefilter">
                <label for="chpanel-bookings-date"><?php 
echo JText::_('COM_CHPANEL_BOOKINGS_FILTER_DATE');
?>
</label>
                <select name="date"  id="chpanel-bookings-date" class="input input-medium">
					<?php 
echo JHtml::_('select.options', CHPanelHelper::getBookingFilterDates(), null, null, $this->date, true);
?>
                </select>
            </div>

            <label for="chpanel-bookings-start"><?php 
echo JText::_('COM_CHPANEL_BOOKINGS_FILTER_START');
?>
</label>
            <div class="input-prepend">
                <span class="add-on"><i class="icon-calendar"></i></span>
                <input class="input-small chpanel-bookings-datepicker" name="start" id="chpanel-bookings-start" type="text" value="<?php 
echo $this->start;
?>
" autocomplete="off" readonly="readonly">
            </div>