mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
revert for crud changes did by @mgoleli
This commit is contained in:
parent
5bf088dab2
commit
75103ed15b
@ -19,6 +19,7 @@
|
||||
|
||||
{% include "theme::partials/header" %}
|
||||
|
||||
{{ addBlock('layouts/default/section')|raw }}
|
||||
<main id="main">
|
||||
<div class="container">
|
||||
|
||||
|
||||
@ -2,21 +2,24 @@
|
||||
Main CSS can be found in metadata.twig
|
||||
#}
|
||||
|
||||
<!-- VueJS Requirements -->
|
||||
<script type="text/javascript" src="{{ asset('js/app.js') }}"></script>
|
||||
|
||||
{# Core Theme Components #}
|
||||
{{ asset_add("theme.js", "theme::js/popper.min.js") }}
|
||||
{{ asset_add("theme.js", "theme::js/bootstrap.min.js") }}
|
||||
{{ asset_add("theme.js", "theme::js/modal_include.js") }}
|
||||
{{ asset_add("theme.js", "theme::js/select2.js") }}
|
||||
{{ asset_add("theme.js", "theme::js/params.js") }}
|
||||
{{ asset_add("theme.js", "theme::js/jquery.maskedinput.js") }}
|
||||
{{ asset_add("theme.js", "visiosoft.theme.base::js/popper.min.js") }}
|
||||
{{ asset_add("theme.js", "visiosoft.theme.base::js/bootstrap.min.js") }}
|
||||
{{ asset_add("theme.js", "visiosoft.theme.base::js/modal_include.js") }}
|
||||
{{ asset_add("theme.js", "visiosoft.theme.base::js/select2.js") }}
|
||||
{{ asset_add("theme.js", "visiosoft.theme.base::js/params.js") }}
|
||||
{{ asset_add("theme.js", "visiosoft.theme.base::js/jquery.maskedinput.js") }}
|
||||
{{ asset_add("theme.js", "visiosoft.theme.base::js/intlTelInput.min.js") }}
|
||||
{{ asset_add("theme.js", "visiosoft.theme.base::js/utils.js") }}
|
||||
{{ asset_add("theme.js", "theme::js/phoneField.js") }}
|
||||
{{ asset_add("theme.js", "visiosoft.theme.base::js/phoneField.js") }}
|
||||
|
||||
|
||||
{# Theme Scripts #}
|
||||
{#{{ asset_add("theme.js", "theme::js/plugins/*") }}#}
|
||||
{{ asset_add("theme.js", "theme::js/theme/initialize.js") }}
|
||||
{#{{ asset_add("theme.js", "visiosoft.theme.base::js/plugins/*") }}#}
|
||||
{{ asset_add("theme.js", "visiosoft.theme.base::js/theme/initialize.js") }}
|
||||
|
||||
{{ asset_script("theme.js") }}
|
||||
|
||||
|
||||
@ -129,6 +129,10 @@ class BaseThemeServiceProvider extends AddonServiceProvider
|
||||
protected $mobile = [
|
||||
//'streams::errors/404' => 'module::mobile/errors/404',
|
||||
//'streams::errors/500' => 'module::mobile/errors/500',
|
||||
'anomaly.module.users::login' => 'visiosoft.theme.base::addons/anomaly/users-module/login',
|
||||
'anomaly.module.users::register' => 'visiosoft.theme.base::addons/anomaly/users-module/register',
|
||||
'anomaly.module.users::password/forgot' => 'visiosoft.theme.base::addons/anomaly/users-module/password/forgot',
|
||||
'anomaly.module.users::password/reset' => 'visiosoft.theme.base::addons/anomaly/users-module/password/reset'
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user