Example #1
0
        ?>
                <div class="alert alert-success">
                <?php 
        echo Yii::t('InstallerModule.views_setup_database', 'Yes, database connection works!');
        ?>
                </div>
    <?php 
    } else {
        ?>
                <div class="alert alert-danger">
                    <strong><?php 
        echo Yii::t('InstallerModule.views_setup_database', 'Ohh, something went wrong!');
        ?>
</strong><br />
                <?php 
        echo HHtml::encode($errorMessage);
        ?>
                </div>
            <?php 
    }
}
?>


        <hr>

        <?php 
echo CHtml::submitButton(Yii::t('InstallerModule.views_setup_database', 'Next'), array('class' => 'btn btn-primary'));
?>

<?php