Add deprecated notice to companies module and associated functionality (#532)

This commit is contained in:
Marcus Hill
2022-12-29 21:41:53 +00:00
parent ad6afc4d29
commit 93cb97f630
2 changed files with 6 additions and 1 deletions

View File

@@ -26,6 +26,10 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));
</div>
</div>
<div class="card-body">
<div class="alert alert-danger" role="alert">
<b>The multi-company feature should be considered deprecated.</b> It may be removed in the near future - please see the <a href="https://forum.itflow.org/d/74-removing-the-multi-company-feature">forum post</a>.
</div>
<hr>
<form autocomplete="off">
<div class="input-group">
<input type="search" class="form-control col-md-4" name="q" value="<?php if(isset($q)){ echo stripslashes(htmlentities($q)); } ?>" placeholder="Search Companies">