mirror of
https://github.com/openclassify/openclassify.git
synced 2026-03-09 09:45:26 -05:00
commit
cf19acbe81
@ -93,6 +93,8 @@ getMyAdvs(type);
|
||||
|
||||
|
||||
function addAdsRow(id, href, image, name, formatted_price, city, country, cat1, cat2, status) {
|
||||
city = (city) ? city : '';
|
||||
country = (country) ? country : '';
|
||||
return "<div class='col-md-12 mb-2 profile-ads border-bottom border-white'>\n" +
|
||||
"<div class='row bg-light'>\n" +
|
||||
"<div class='col-md-2 justify-content-center align-self-center border-right border-white'>\n" +
|
||||
@ -160,7 +162,7 @@ function dropdownRow(id, type) {
|
||||
return dropdown;
|
||||
}
|
||||
|
||||
function addDropdownBlock () {
|
||||
function addDropdownBlock() {
|
||||
const dropdowns = $('.my-ads-dropdown')
|
||||
for (let i = 0; i < dropdowns.length; i++) {
|
||||
const currentDropdown = $(dropdowns[i])
|
||||
|
||||
@ -146,7 +146,7 @@
|
||||
<label class="control-label font-weight-bold">
|
||||
{{ trans("visiosoft.module.profile::field.birthday.name") }}
|
||||
</label>
|
||||
{{ profileForm.fields.birthday.input|raw }}
|
||||
{{ profileForm.fields.birthday.configSet('date_format','Y-m-d').setPlaceholder(now|date('Y-m-d')).input|raw }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user