#195 Add warning to old general/statuses area indicating move

merge-requests/2/head
Mike Koch 9 years ago
parent 820bd60b7a
commit f4e69e90e2

@ -517,6 +517,7 @@ if ( defined('HESK_DEMO') )
<?php echo $hesklang['mods_for_hesk']; ?><span class="caret"></span>
</a>
<ul class="dropdown-menu" role="menu" aria-labelledby="modsForHeskDropdown">
<li><a href="#mfh-general" data-toggle="tab"><?php echo $hesklang['tab_1'].'/'.$hesklang['statuses']; ?></a></li>
<li><a href="#colors" data-toggle="tab"><?php echo $hesklang['uiColors']; ?></a></li>
</ul>
</li>
@ -2211,6 +2212,23 @@ if ( defined('HESK_DEMO') )
</div>
</div>
</div>
<!-- Mods for HESK: General/Statuses -->
<div class="tab-pane fade in" id="mfh-general">
<h6 style="font-weight: bold"><?php echo $hesklang['tab_1'].'/'.$hesklang['statuses']; ?></h6>
<div class="footerWithBorder blankSpace"></div>
<div class="row text-center">
<div class="col-sm-12">
<h2>Where did general settings and statuses go?</h2>
<p>Starting with Mods for HESK 2.3.0, general Mods for HESK settings are in their respective
tabs, indicated by
<span class="label label-primary"><?php echo $hesklang['mods_for_hesk_acronym']; ?></span>.
Please visit http://mods-for-hesk.mkochcs.com/faq.php to see where each individual setting has moved to.
<br>Statuses have been moved to the "Tools" menu. <br><br>
<i>This notice will be <b>removed</b> in 2.4.0.</i>
</p>
</div>
</div>
</div>
<!-- Mods For Hesk: Color settings -->
<div class="tab-pane fade in" id="colors">
<h6 style="font-weight: bold"><?php echo $hesklang['uiColors']; ?></h6>

Loading…
Cancel
Save