Пример #1
0
    } else {
        $advsearch_dirty = 1;
        $isadvsearch = $row->isadvsearch == -1 ? "disconnect.png" : "connect.png";
        $isadvsearch_tip = ($row->isadvsearch == 2 ? $flexi_yes : $flexi_no) . ", " . $flexi_toggle . ", " . $flexi_rebuild;
    }
    if ($row->isadvfilter == 0 || $row->isadvfilter == 1 || !$supportadvfilter) {
        $advfilter_dirty = 0;
        $isadvfilter = $row->isadvfilter && $supportadvfilter ? "filter.png" : "publish_x" . (!$supportadvfilter ? '_f2' : '') . ".png";
        $isadvfilter_tip = $row->isadvfilter && $supportadvfilter ? $flexi_yes : ($supportadvfilter ? $flexi_no : $flexi_nosupport);
    } else {
        $advfilter_dirty = 1;
        $isadvfilter = $row->isadvfilter == -1 ? "disconnect.png" : "connect.png";
        $isadvfilter_tip = ($row->isadvfilter == 2 ? $flexi_yes : $flexi_no) . ", " . $flexi_rebuild;
    }
    if ($canPublish) {
        $access = flexicontent_html::userlevel('access[' . $row->id . ']', $row->access, 'onchange="return listItemTask(\'cb' . $i . '\',\'' . $ctrl . 'access\')"');
    } else {
        $access = $this->escape($row->access_level);
    }
    $checked = @JHTML::_('grid.checkedout', $row, $i);
    $orphan_warning = '
				<span class="' . $tip_class . '" title="' . flexicontent_html::getToolTip('FLEXI_WARNING', 'FLEXI_NO_TYPES_ASSIGNED', 1, 1) . '">
					' . JHTML::image('administrator/components/com_flexicontent/assets/images/warning.png', JText::_('FLEXI_NO_TYPES_ASSIGNED'), ' class="fc-man-icon-s" ') . '
				</span>';
    ?>
		<tr class="<?php 
    echo "row{$k}";
    ?>
" style="<?php 
    echo $row_css;
    ?>