Example #1
0
            ?>
                    <?php 
        }
        ?>
                </tr>
            <?php 
    }
    ?>
            <?php 
    if ($cliMode == false) {
        ?>
                <?php 
        $session->set('array_ids', $arrayIds);
        ?>
                <?php 
        Util::renderPaginator($issuesCount, $issuesPerPage, $currentSearchPage, $getSearchParameters);
        ?>
            <?php 
    }
    ?>
        </table>
    <?php 
} else {
    ?>
        <table>
            <tbody>
                <tr>
                    <td colspan="<?php 
    echo count($columns);
    ?>
">No issues were found to match your search</td>