fixes #31883 les annonces avec la categorie 'sans categorie' sont dorénavant correctement remontées par l'api edispatcher/messages
This commit is contained in:
parent
eb3ed083e7
commit
b272e50f88
|
@ -407,7 +407,6 @@ EOL
|
||||||
}
|
}
|
||||||
$categorielabel="";
|
$categorielabel="";
|
||||||
if ($compteur==0) {
|
if ($compteur==0) {
|
||||||
if ($alert->getAlertcategory()->getLabel()!="sans categorie")
|
|
||||||
if ($flag=="") {
|
if ($flag=="") {
|
||||||
$categorielabel="<div style='float:left;width: 102.5%;padding: 4px;padding-left: 4px;color:white;background-color: #$bgcolor;position:relative;top: -16px;left: -11px;'><img src='$iconeurl' width='24em'> ".$alert->getAlertcategory()->getLabel()."</div></br>";
|
$categorielabel="<div style='float:left;width: 102.5%;padding: 4px;padding-left: 4px;color:white;background-color: #$bgcolor;position:relative;top: -16px;left: -11px;'><img src='$iconeurl' width='24em'> ".$alert->getAlertcategory()->getLabel()."</div></br>";
|
||||||
$tmp["message"] = "$categorielabel<h4>".$alert->getTitle()."</h4>".$alert->getContent();
|
$tmp["message"] = "$categorielabel<h4>".$alert->getTitle()."</h4>".$alert->getContent();
|
||||||
|
@ -415,7 +414,6 @@ EOL
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if ($alert->getAlertcategory()->getLabel()!="sans categorie")
|
|
||||||
if ($flag=="") {
|
if ($flag=="") {
|
||||||
$categorielabel="<img src='$iconeurl' width='16em' ><span style='font-weight: bold'> ".$alert->getAlertcategory()->getLabel()."</span> : ";
|
$categorielabel="<img src='$iconeurl' width='16em' ><span style='font-weight: bold'> ".$alert->getAlertcategory()->getLabel()."</span> : ";
|
||||||
$tmp["message"] = $categorielabel.$alert->getTitle()."".$alert->getContent();
|
$tmp["message"] = $categorielabel.$alert->getTitle()."".$alert->getContent();
|
||||||
|
|
Loading…
Reference in New Issue