Actual prod
This commit is contained in:
parent
1cc2fe3ab4
commit
959678abc9
@ -1225,13 +1225,12 @@ ORDER BY date_sort ASC";
|
|||||||
echo '</div>';
|
echo '</div>';
|
||||||
}
|
}
|
||||||
echo '</div>';
|
echo '</div>';
|
||||||
}
|
|
||||||
?>
|
if ($deal_data['status'] == 1) {
|
||||||
<?php
|
echo '<div class="message" style="margin-top:8px;font-size:13px;color:#388e3c;font-weight:500;">✓ Сделка закрыта успешно</div>';
|
||||||
if ($deal_data['status'] == 1) {
|
} else if ($deal_data['status'] == 2) {
|
||||||
echo '<div class="message" style="margin-top:8px;font-size:13px;color:#388e3c;font-weight:500;">✓ Сделка закрыта успешно</div>';
|
echo '<div class="message" style="margin-top:8px;font-size:13px;color:#e57373;font-weight:500;">✗ Сделка отменена</div>';
|
||||||
} else if ($deal_data['status'] == 2) {
|
}
|
||||||
echo '<div class="message" style="margin-top:8px;font-size:13px;color:#e57373;font-weight:500;">✗ Сделка отменена</div>';
|
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<?php if (!$event['cancel']) { ?>
|
<?php if (!$event['cancel']) { ?>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user