parent
852ea7d8d8
commit
900753db52
|
|
@ -256,7 +256,7 @@ body.dropdown-open {
|
|||
right: 0!important;
|
||||
bottom: 0!important;
|
||||
left: 0!important;
|
||||
z-index: @zindex-modal-background;
|
||||
z-index: @zindex-dropdown;
|
||||
|
||||
.dropdown-container {
|
||||
padding: 10px;
|
||||
|
|
@ -297,4 +297,4 @@ body.dropdown-open {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
<?= e(trans('system::lang.plugins.select_label')) ?>
|
||||
</button>
|
||||
|
||||
<ul class="dropdown-menu" data-dropdown-title="<?= e(trans('rainlab.user::lang.users.bulk_actions')) ?>">
|
||||
<ul class="dropdown-menu" data-dropdown-title="<?= e(trans('system::lang.plugins.bulk_actions_label')) ?>">
|
||||
<li>
|
||||
<a href="javascript:;" class="oc-icon-pause"
|
||||
data-request="onBulkAction"
|
||||
|
|
|
|||
|
|
@ -111,6 +111,7 @@ return [
|
|||
'plugin_label' => 'Plugin',
|
||||
'unknown_plugin' => 'Plugin has been removed from the file system.',
|
||||
'select_label' => 'Select Action...',
|
||||
'bulk_actions_label' => 'Bulk actions',
|
||||
'check_yes' => 'Yes',
|
||||
'check_no' => 'No',
|
||||
'unfrozen' => 'Updates Enabled',
|
||||
|
|
|
|||
Loading…
Reference in New Issue