mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
Merge pull request #1132 from openclassify/muammertop
#4392 customfields area edit
This commit is contained in:
commit
d94cdb465d
@ -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">
|
||||
|
||||
@ -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 %}
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user