Commit 2e71f2ef by Milovan Samardzic

dodavanjeOglasaFrontIzgledFinal

parent 1f6e0efd
......@@ -24,6 +24,7 @@ function proveraLogin(){
}
else
{
if(document.getElementById("losaSifra") != null)
document.getElementById("losaSifra").style.display = "none";
}
}
......@@ -44,4 +45,5 @@ function validateForm() {
}
else
return true;
}
\ No newline at end of file
}
document.getElementById("flexRadioDefault1").setAttribute("checked","checked")
\ No newline at end of file
......@@ -168,8 +168,8 @@
</div>
<div class="col-md-12 d-flex justify-content-between align-items-center flex-row">
<div style="margin-left: 1.4rem">
<input class="form-check-input" type="radio" name="flexRadioDefault"
id="flexRadioDefault1" value="1" checked th:field="${newOglas.vrstaOglasaId}">
<input checked class="form-check-input" type="radio" name="flexRadioDefault"
id="flexRadioDefault1" value="1" th:field="${newOglas.vrstaOglasaId}">
<label class="form-check-label" for="flexRadioDefault1">
Prodaja
</label>
......
......@@ -138,7 +138,7 @@
<div class="invalid-feedback">Unesite sliku!</div>
</div>
<div class="form-check">
<div class="form-check ml-3">
<input class="form-check-input" type="checkbox" value="" id="invalidCheck" required>
<label class="form-check-label">Potvrdjujem da su svi podaci tacni</label>
<div class="invalid-feedback">Molim vas da potvrdite da su svi podaci tacni!</div>
......
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