mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Initial implementation of whitelabelling
This commit is contained in:
@@ -154,7 +154,7 @@ if ($_SERVER['REQUEST_METHOD'] == 'POST' && isset($_POST['login'])) {
|
||||
|
||||
<?php
|
||||
if (!empty($config_smtp_host)) { ?>
|
||||
<h6 class="text-center"><a href="login_reset.php">Forgot password?</a></h6>
|
||||
<h5 class="text-center"><a href="login_reset.php">Forgot password?</a></h5>
|
||||
<?php } ?>
|
||||
|
||||
</form>
|
||||
@@ -178,6 +178,12 @@ if ($_SERVER['REQUEST_METHOD'] == 'POST' && isset($_POST['login'])) {
|
||||
</div>
|
||||
<!-- /.login-box -->
|
||||
|
||||
<?php
|
||||
//if (!$config_whitelabel_enabled) {
|
||||
// echo '<small class="text-muted">Powered by ITFlow</small>';
|
||||
//}
|
||||
?>
|
||||
|
||||
<!-- jQuery -->
|
||||
<script src="../plugins/jquery/jquery.min.js"></script>
|
||||
|
||||
|
||||
@@ -11,7 +11,15 @@
|
||||
<br>
|
||||
<hr>
|
||||
|
||||
<p class="text-center"><?php echo nullable_htmlentities($session_company_name); ?></p>
|
||||
<p class="text-center">
|
||||
<?php
|
||||
echo nullable_htmlentities($session_company_name);
|
||||
// if (!$config_whitelabel_enabled) {
|
||||
// echo '<br><small class="text-muted">Powered by ITFlow</small>';
|
||||
// }
|
||||
?>
|
||||
</p>
|
||||
|
||||
|
||||
<?php require_once "../inc_confirm_modal.php"; ?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user