Merge pull request #1132 from openclassify/muammertop

#4392 customfields area edit
This commit is contained in:
profstyle1 2021-08-05 16:13:03 +03:00 committed by GitHub
commit d94cdb465d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
{% if config_get('streams::locales.enabled')|length > 1 %}
<div class="btn-group px-1" style="display: inline-block;">
<div class="btn-group" style="display: inline-block;">
{% if setting_value('visiosoft.module.advs::show_input_flag') %}
{{ img('visiosoft.module.advs::images/flags/' ~ field_type.locale ~ '.svg').width(20)|raw }}
{% endif %}
<a href="#" class="btn btn-xs btn-default dropdown-toggle px-0" data-dropdown="locales" data-toggle="dropdown">
<a href="#" class="btn btn-xs btn-default dropdown-toggle px-1 mx-0" data-dropdown="locales" data-toggle="dropdown">
{{ trans('streams::locale.' ~ field_type.locale ~ '.name') }}
</a>
<div class="dropdown-menu">

View File

@ -280,7 +280,7 @@
<h5 class="mt-5 pb-1 border-bottom">
{{ trans('visiosoft.module.advs::field.additional_fields') }}
</h5>
<div class="bg-light p-4">
<div class="bg-light p-4 row">
{{ other_fields|raw }}
</div>
{% endif %}

View File

@ -44,7 +44,7 @@
<p>{{ trans('visiosoft.module.profile::field.password.name') }}</p>
</a>
<a href="{{ url('logout') }}"
class="px-3 link-unstyled d-flex d-md-none">
class="px-3 link-unstyled">
{{ img('visiosoft.module.profile::images/logout.svg').data|raw }}
<p>{{ trans('visiosoft.theme.base::field.logout.name') }}</p>
</a>