change expires soon colors

This commit is contained in:
Roland Schneider
2019-03-30 20:52:44 +01:00
parent 216c48df93
commit ee8662e1c8
5 changed files with 13 additions and 3 deletions

View File

@@ -88,7 +88,7 @@ if ( isset($model->card)){
/// ///////////////////////////////////
if ( $showWarningExpires || $showWaringUsageCount) {
?>
<div class="alert alert-warning">
<div class="alert alert-warning-expires">
<strong>A bérlet hamarosan lejár</strong>
<?php
if ($showWarningExpires) {
@@ -224,4 +224,4 @@ if ( isset($model->customer)){
}
?>
?>