/** * display task * * @return void */ function display($cachable = false) { // set default view if not set JRequest::setVar('view', JRequest::getCmd('view', 'flexpapers')); // call parent behavior parent::display($cachable); $submenu = JRequest::getVar('view'); // Set the submenu FlexpaperHelper::addSubmenu($submenu); }
echo JText::_('JSEARCH_FILTER_SUBMIT'); ?> </button> <button type="button" onclick="document.id('filter_search').value='';this.form.submit();"><?php echo JText::_('JSEARCH_FILTER_CLEAR'); ?> </button> </div> <div class="filter-select fltrt"> <select name="filter_created_date" class="inputbox" onchange="this.form.submit()"> <option value=""><?php echo JText::_('COM_FLEXPAPER_FILSTER_CERTIFICATE_CREATION_DATE'); ?> </option> <?php echo JHtml::_('select.options', FlexpaperHelper::getCreationDateOptions($this->state->get('filter.created_date')), 'value', 'text', $this->state->get('filter.created_date')); ?> </select> </fieldset> <div class="clr"> </div> <table class="adminlist" border="0"> <thead><?php echo $this->loadTemplate('head'); ?> </thead> <tfoot><?php echo $this->loadTemplate('foot'); ?> </tfoot> <tbody><?php