Example #1
0
                    <col width="25%" valign="top">
                    <thead>
                    <tr>
                        <th><?php 
    echo $translator->trans('process.step.check.table.' . $type);
    ?>
</th>
                        <th><?php 
    echo $translator->trans('process.step.check.table.status');
    ?>
</th>
                    </tr>
                    </thead>
                    <tbody>
                    <?php 
    iterateRequirements($requirement, $translator);
    ?>
                    </tbody>
                </table>
            <?php 
}
?>
        </div>

        <hr/>
        <br/>

        <div class="install-form-actions">
            <?php 
if (count($majorProblems) || count($minorProblems)) {
    ?>
                    <col width="25%" valign="top">
                    <thead>
                    <tr>
                        <th><?php 
    echo $translator->trans('process.step.check.table.' . $type);
    ?>
</th>
                        <th><?php 
    echo $translator->trans('process.step.check.table.check');
    ?>
</th>
                    </tr>
                    </thead>
                    <tbody>
                    <?php 
    iterateRequirements($requirement);
    ?>
                    </tbody>
                </table>
            <?php 
}
?>
        </div>
        <div class="button-set">
            <div class="pull-right">
                <?php 
if (count($majorProblems) || count($minorProblems)) {
    ?>
                    <a href="install.php" class="button icon-reset">
                        <span><?php 
    echo $translator->trans('process.button.refresh');
Example #3
0
                    <col width="25%" valign="top">
                    <thead>
                        <tr>
                            <th><?php 
echo $translator->trans('process.step.check.table.optional');
?>
</th>
                            <th><?php 
echo $translator->trans('process.step.check.table.check');
?>
</th>
                        </tr>
                    </thead>
                    <tbody>
                        <?php 
iterateRequirements($collection->getRecommendations());
?>
                    </tbody>
                </table>
            </div>
            <div class="button-set">
                <div class="pull-right">
                    <?php 
if (count($majorProblems) || count($minorProblems)) {
    ?>
                    <a href="install.php" class="button icon-reset">
                        <span><?php 
    echo $translator->trans('process.button.refresh');
    ?>
</span>
                    </a>