mirror of
https://github.com/Neetpone/ponepaste.git
synced 2025-03-12 06:30:07 +01:00
More pretty stuff
Fixed some things also.
This commit is contained in:
parent
ed782ced56
commit
7d47cc619e
3 changed files with 2 additions and 3 deletions
|
@ -241,7 +241,7 @@ $start = $time;
|
|||
</form>
|
||||
</section>
|
||||
<footer class="modal-card-foot">
|
||||
<a href="../login.php?forgot">Forgot Password?</a>
|
||||
<a href="../login.php?forgotpassw">Forgot Password?</a>
|
||||
</footer>
|
||||
</div>
|
||||
<div id="regid" class="content-tab" style="display:none">
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
}
|
||||
} // Errors
|
||||
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
|
||||
if (isset($_GET['login'])) {
|
||||
|
|
|
@ -421,7 +421,6 @@ function setupTagsInput() {
|
|||
</div>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
} ?>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
|
Loading…
Add table
Reference in a new issue