Ejemplo n.º 1
0
        }
    } else {
        if ($sortDirection == 'desc' || $sortDirection == '') {
            echo $delimiter, 'desc', $delimiter;
        } else {
            echo $delimiter, 'asc', $delimiter;
        }
    }
}
if (!eval(Hooks::get('JO_AJAX_GET_PIPELINE'))) {
    return;
}
?>

<?php 
echo TemplateUtility::getRatingsArrayJS();
?>

<script type="text/javascript">
    PipelineJobOrder_setLimitDefaultVars('<?php 
echo $sortBy;
?>
', '<?php 
echo $sortDirection;
?>
');
    var s = '';
    s += 'Showing entries <?php 
echo $minEntry + 1;
?>
 through <?php