More pretty stuff

Fixed some things also.
This commit is contained in:
aftercase 2021-08-16 20:33:40 +01:00
parent ed782ced56
commit 7d47cc619e
3 changed files with 2 additions and 3 deletions

View file

@ -241,7 +241,7 @@ $start = $time;
</form> </form>
</section> </section>
<footer class="modal-card-foot"> <footer class="modal-card-foot">
<a href="../login.php?forgot">Forgot Password?</a> <a href="../login.php?forgotpassw">Forgot Password?</a>
</footer> </footer>
</div> </div>
<div id="regid" class="content-tab" style="display:none"> <div id="regid" class="content-tab" style="display:none">

View file

@ -36,7 +36,7 @@
} }
} // Errors } // Errors
elseif (isset($error)) { elseif (isset($error)) {
echo '<p class="help is-danger subtitle is-6">' . $error . '</p>'; echo '<div class="notification is-info"><i class="fa fa-exclamation-circle" aria-hidden=" true"></i> ' . $error . '</p></div>';
} }
// Login page // Login page
if (isset($_GET['login'])) { if (isset($_GET['login'])) {

View file

@ -421,7 +421,6 @@ function setupTagsInput() {
</div> </div>
</div> </div>
<?php endif; ?> <?php endif; ?>
} ?>
</div> </div>
</div> </div>
</form> </form>