mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-06 12:56:56 +01:00
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 '
|
||||
<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">';
|
||||
|
||||
foreach ($bulk as $key => $value) {
|
||||
|
Loading…
Reference in New Issue
Block a user