mirror of
https://github.com/itflow-org/itflow
synced 2026-03-06 05:44:52 +00:00
Cleaned up and fixed Client Portal class Syntax, removed unnessesary html markup etc
This commit is contained in:
@@ -121,11 +121,11 @@ if ($_SERVER['REQUEST_METHOD'] == 'POST' && isset($_POST['login'])) {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<button type="submit" class="btn btn-success btn-block mb-3" name="login">Login</button>
|
||||
<button type="submit" class="btn btn-success btn-block mb-3" name="login">Sign in</button>
|
||||
|
||||
<?php
|
||||
if (!empty($config_smtp_host)) { ?>
|
||||
<a href="login_reset.php">Forgotten password?</a>
|
||||
<a href="login_reset.php">Forgot password?</a>
|
||||
<?php } ?>
|
||||
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user