2
0
forked from Wavyzz/dolibarr

NEW Add API to activate/unactivate a contract

This commit is contained in:
Laurent Destailleur
2017-11-14 17:51:04 +01:00
parent e37252d83a
commit 451d3ed8ed
3 changed files with 82 additions and 2 deletions

View File

@@ -5850,7 +5850,7 @@ function get_htmloutput_mesg($mesgstring='',$mesgarray='', $style='ok', $keepemb
// If inline message with no format, we add it.
if ((empty($conf->use_javascript_ajax) || ! empty($conf->global->MAIN_DISABLE_JQUERY_JNOTIFY) || $keepembedded) && ! preg_match('/<div class=".*">/i',$out))
{
$divstart='<div class="'.$style.'">';
$divstart='<div class="'.$style.' clearboth">';
$divend='</div>';
}