#553 Upgrades for Bootstrap 4 and Add Block module (store-module)

This commit is contained in:
Diatrex 2019-12-19 09:57:55 +03:00
parent 375e148324
commit 27d1e0bbaa
6 changed files with 13 additions and 12 deletions

View File

@ -30,6 +30,10 @@ OpenClassify is the extensible and most advanced open source classified app buil
- 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

View File

@ -46,7 +46,7 @@
<div class="col-md-12"> <div class="col-md-12">
{{ nameField|raw }} {{ nameField|raw }}
</div> </div>
{{ addBlock('field')|raw }} {{ addBlock('new-ad/fields')|raw }}
<div style="display: none"> <div style="display: none">
{{ form.fields.slug|raw }} {{ form.fields.slug|raw }}
</div> </div>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -36,7 +36,7 @@
{{ asset_add("theme.css", "theme::css/theme.css") }} {{ asset_add("theme.css", "theme::css/theme.css") }}
{{ asset_add("theme.css", "theme::css/select2.css") }} {{ asset_add("theme.css", "theme::css/select2.css") }}
{{ asset_add("theme.css", "theme::css/font-awesome.min.css") }} {{ asset_add("theme.css", "theme::css/font-awesome.min.css") }}
<script src="{{ asset_path('theme::js/jquery.min.js') }}"></script> <script src="{{ asset_path('theme::js/vendor/jquery.min.js') }}"></script>
{{ asset_style("theme.css") }} {{ asset_style("theme.css") }}