// list bulk actions fix

This commit is contained in:
Jerome Nadaud
2013-10-22 11:24:50 +02:00
parent c6997bd525
commit 73e9d966a6
3 changed files with 5 additions and 5 deletions
@@ -31,7 +31,7 @@
{if isset($tr.color) && $color_on_bg}style="background-color: {$tr.color}"{/if}
>
<td class="center">
{if {$has_bulk_actions}}
{if $bulk_actions && $has_bulk_actions}
{if isset($list_skip_actions.delete)}
{if !in_array($tr.$identifier, $list_skip_actions.delete)}
<input type="checkbox" name="{$table}Box[]" value="{$tr.$identifier}" class="noborder" />
@@ -26,7 +26,7 @@
</div>
<div class="row">
<div class="col-lg-8">
{if $bulk_actions}
{if $bulk_actions && $has_bulk_actions}
<div class="btn-group bulk-actions">
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
{l s='Bulk actions'} <span class="caret"></span>