Fix some layout issues

merge-requests/2/head
Mike Koch 9 years ago
parent dd958b6946
commit b658af1098

@ -102,18 +102,20 @@ $num_mail = hesk_checkNewMail();
</div><!-- /.navbar-collapse -->
</nav>
<div style="padding: 20px 20px 0 20px; margin-bottom: -10px">
<?php
// Show a notice if we are in maintenance mode
if ( hesk_check_maintenance(false) )
{
echo '<div style="padding: 20px 20px 0 20px; margin-bottom: -10px">';
hesk_show_notice($hesklang['mma2'], $hesklang['mma1'], false);
echo '</div>';
}
// Show a notice if we are in "Knowledgebase only" mode
if ( hesk_check_kb_only(false) )
{
echo '<div style="padding: 20px 20px 0 20px; margin-bottom: -10px">';
hesk_show_notice($hesklang['kbo2'], $hesklang['kbo1'], false);
echo '</div>';
}
?>
</div>

@ -23,4 +23,4 @@ $modsForHesk_settings['show_icons'] = 0;
$modsForHesk_settings['custom_field_setting'] = 0;
//-- Set this to 1 to enable email verification for new customers
$modsForHesk_settings['customer_email_verification_required'] = 0;$modsForHesk_settings['show_icons'] = 0;
$modsForHesk_settings['customer_email_verification_required'] = 0;
Loading…
Cancel
Save