Commit aff4a65a by Bogdan Andjelkovic

zavrsi dugme na frontu

parent d0baa575
......@@ -188,6 +188,11 @@
<button type="submit" class="btn btn-secondary text-wrap w-100 h-md-50">Komentarisi</button>
</div>
</form>
<form method="get" th:action="@{/profile/moji-zahtevi/sacuvaj-bez-komentara}">
<input type="text" th:value="${zahtevi[oglasStat.index].zahtevId}"
name="zahtevId" style="display: none">
<button class="btn btn-primary" type="submit">Završi</button>
</form>
</div>
</div>
</div>
......
......@@ -368,6 +368,13 @@
</div>
<button class="btn btn-primary" type="submit">Oceni</button>
</form>
<form method="get" th:action="@{/oceni-bez-komentara}">
<input type="text" th:value="${zahtevi[korisnikStat.index].zahtevId}"
name="zahtevId" style="display: none">
<input type="text" th:value="${oglas.oglasId}"
name="oglasId" style="display: none">
<button class="btn btn-primary" type="submit">Završi</button>
</form>
</div>
<div class="col-md-2 d-flex flex-column justify-content-around align-items-center"
th:if="${zahtevi[korisnikStat.index].status.toString() == 'CEKANJE'}">
......
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