mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
#553 Upgrades for Bootstrap 4 and Add Block module (store-module)
This commit is contained in:
parent
375e148324
commit
27d1e0bbaa
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -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
@ -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") }}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user