Commit 20216267 by Milovan Samardzic

mojiZahteviKonacnoKraj

parent b1bef597
......@@ -137,7 +137,7 @@
</button>
</div>
</div>
<div class="col-md-7 col-sm-7 col-xs-7 d-flex flex-column justify-content-around align-items-end" th:classappend="${zahtevi[oglasStat.index].status.toString() == 'CEKANJE' ? 'col-lg-7' : 'col-lg-3'}"
<div class="col-md-7 col-sm-7 col-xs-7 d-flex flex-column justify-content-around align-items-end" th:classappend="${((zahtevi[oglasStat.index].status.toString() == 'CEKANJE') || (zahtevi[oglasStat.index].status.toString() == 'ODBIJEN')) ? 'col-lg-7' : 'col-lg-3'}"
th:if="${zahtevi[oglasStat.index].status.toString() != 'ZAVRSEN'}">
<h4 th:text="${zahtevi[oglasStat.index].datum + ' ' + zahtevi[oglasStat.index].vreme}"
th:if="${zahtevi[oglasStat.index].status.toString() == 'POTVRDJEN'}"></h4>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment