change sale and rent action title
This commit is contained in:
@@ -72,12 +72,12 @@ const AD_TYPE = {
|
|||||||
AD_TYPE_SALE: {
|
AD_TYPE_SALE: {
|
||||||
id: 1,
|
id: 1,
|
||||||
stringId: "SALE",
|
stringId: "SALE",
|
||||||
title: "Prodaja"
|
title: "Kupi"
|
||||||
},
|
},
|
||||||
AD_TYPE_RENT: {
|
AD_TYPE_RENT: {
|
||||||
id: 2,
|
id: 2,
|
||||||
stringId: "RENT",
|
stringId: "RENT",
|
||||||
title: "Najam"
|
title: "Unajmi"
|
||||||
},
|
},
|
||||||
AD_TYPE_REQUEST: {
|
AD_TYPE_REQUEST: {
|
||||||
id: 3,
|
id: 3,
|
||||||
|
|||||||
@@ -10,10 +10,10 @@
|
|||||||
<form method="POST" name="welcomeForm">
|
<form method="POST" name="welcomeForm">
|
||||||
<div class="row center-align">
|
<div class="row center-align">
|
||||||
<div class="col s5 m4 l3 push-s1 push-m2 push-l3">
|
<div class="col s5 m4 l3 push-s1 push-m2 push-l3">
|
||||||
<a href="#" onclick="saleClick()" class="welcome-center-button btn">Prodaja</a>
|
<a href="#" onclick="saleClick()" class="welcome-center-button btn">Kupi</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="col s5 m4 l3 push-s1 push-m2 push-l3">
|
<div class="col s5 m4 l3 push-s1 push-m2 push-l3">
|
||||||
<a href="#" onclick="rentClick()" class="welcome-center-button btn">Najam</a>
|
<a href="#" onclick="rentClick()" class="welcome-center-button btn">Unajmi</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<input type="hidden" id="adType" name="adType">
|
<input type="hidden" id="adType" name="adType">
|
||||||
|
|||||||
Reference in New Issue
Block a user