Remove useless class and add new plugin hooks

This commit is contained in:
Frederic Guillot
2015-10-18 18:13:54 -04:00
parent 2f3563714b
commit 43cffe2828
10 changed files with 14 additions and 35 deletions

View File

@@ -1,5 +1,7 @@
<div class="form-login">
<?= $this->hook->render('template:auth:login-form:before') ?>
<?php if (isset($errors['login'])): ?>
<p class="alert alert-error"><?= $this->e($errors['login']) ?></p>
<?php endif ?>
@@ -31,6 +33,8 @@
</form>
<?php endif ?>
<?= $this->hook->render('template:auth:login-form:after') ?>
<?php if (GOOGLE_AUTH || GITHUB_AUTH || GITLAB_AUTH): ?>
<ul class="no-bullet">
<?php if (GOOGLE_AUTH): ?>