Standardizzazione dimensioni tasto "Azioni di gruppo"
This commit is contained in:
parent
4bdc7dcc39
commit
07741f2f46
|
@ -184,7 +184,7 @@ if (!empty($type) && $type != 'menu' && $type != 'custom') {
|
||||||
echo '
|
echo '
|
||||||
<div class="btn-group">
|
<div class="btn-group">
|
||||||
|
|
||||||
<button class="btn btn-primary btn-lg dropdown-toggle dropdown-toggle-split" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> '.tr('Azioni di gruppo').' </button>
|
<button class="btn btn-primary dropdown-toggle dropdown-toggle-split" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> '.tr('Azioni di gruppo').' </button>
|
||||||
<div class="dropdown-menu dropdown-menu-right">';
|
<div class="dropdown-menu dropdown-menu-right">';
|
||||||
|
|
||||||
foreach ($bulk as $key => $value) {
|
foreach ($bulk as $key => $value) {
|
||||||
|
|
Loading…
Reference in New Issue