mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
Merge pull request #178 from openclassify/base-vedat
#553 Upgrades for Bootstrap 4 and Add Block module (store-module)
This commit is contained in:
commit
2cee582073
15
README.md
15
README.md
@ -15,10 +15,25 @@ OpenClassify is the extensible and most advanced open source classified app buil
|
|||||||
|
|
||||||
{{ addBlock('ad-list/partials/ads',{'featured_advs':featured_advs})|raw }}
|
{{ addBlock('ad-list/partials/ads',{'featured_advs':featured_advs})|raw }}
|
||||||
|
|
||||||
|
- profile-module/profile/partials/navigation
|
||||||
|
|
||||||
|
{{ addBlock('profile/navigation')|raw }}
|
||||||
|
|
||||||
|
- advs-module/ad-detail/partials/detail
|
||||||
|
|
||||||
|
{{ addBlock('ad-detail/seller/action',{'adv':adv})|raw }}
|
||||||
|
|
||||||
|
- advs-module/ad-detail/detail
|
||||||
|
|
||||||
|
{{ addBlock('ad-detail/title/action',{'adv':adv})|raw }}
|
||||||
|
|
||||||
- profile-module/profile/partials/navigation
|
- profile-module/profile/partials/navigation
|
||||||
|
|
||||||
{{ addBlock('profile/navigation')|raw }}
|
{{ addBlock('profile/navigation')|raw }}
|
||||||
|
|
||||||
|
- advs-module/new-ad/new-create
|
||||||
|
|
||||||
|
{{ addBlock('new-ad/fields')|raw }}
|
||||||
|
|
||||||
## Server Requirements
|
## Server Requirements
|
||||||
|
|
||||||
|
|||||||
@ -46,9 +46,7 @@
|
|||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
{{ nameField|raw }}
|
{{ nameField|raw }}
|
||||||
</div>
|
</div>
|
||||||
{% if entries('advs').isEnabled('store') %}
|
{{ addBlock('new-ad/fields')|raw }}
|
||||||
{% include "visiosoft.module.store::field" %}
|
|
||||||
{% endif %}
|
|
||||||
<div style="display: none">
|
<div style="display: none">
|
||||||
{{ form.fields.slug|raw }}
|
{{ form.fields.slug|raw }}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
$('.modal').on('show.bs.modal', function (e) {
|
$('.remote').on('show.bs.modal', function (e) {
|
||||||
$(this).find('.modal-content').load(e.relatedTarget.href);
|
$(this).find('.modal-content').load(e.relatedTarget.href);
|
||||||
});
|
});
|
||||||
Loading…
Reference in New Issue
Block a user