Started edit ad option.
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
id="email"
|
||||
name="email"
|
||||
type="email"
|
||||
value="<%= email !== undefined ? email : ""%>"
|
||||
>
|
||||
<div class="messages"></div>
|
||||
<label for="email">Email</label>
|
||||
@@ -17,7 +18,14 @@
|
||||
<br>
|
||||
<div class="row center-align">
|
||||
<div class="col s6 push-s3">
|
||||
<a id="submit" href="#" form="publishForm" class="welcome-center-button waves-effect waves-light btn">Objavi oglas</a>
|
||||
<a id="submit" href="#" form="publishForm" class="welcome-center-button waves-effect waves-light btn">
|
||||
<% if(editingRealEstate) { %>
|
||||
Snimi izmjene
|
||||
<% } else { %>
|
||||
Objavi oglas
|
||||
<% } %>
|
||||
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user