// fix list checkbox display for bulk actions
This commit is contained in:
@@ -30,11 +30,11 @@
|
||||
{if $index is odd}class="alt_row"{/if}
|
||||
{if isset($tr.color) && $color_on_bg}style="background-color: {$tr.color}"{/if}
|
||||
>
|
||||
{if isset($tr.has_bulk_actions) && $tr.has_bulk_actions}
|
||||
<td class="center">
|
||||
<td class="center">
|
||||
{if {$has_bulk_actions}}
|
||||
<input type="checkbox" name="{$table}Box[]" value="{$tr.$identifier}" class="noborder" />
|
||||
</td>
|
||||
{/if}
|
||||
{/if}
|
||||
</td>
|
||||
{foreach $fields_display AS $key => $params}
|
||||
<td
|
||||
{if isset($params.position)}
|
||||
|
||||
@@ -150,7 +150,7 @@
|
||||
{if !$simple_header}
|
||||
<tr class="nodrag nodrop filter" style="height: 35px;">
|
||||
<td class="center">
|
||||
{if $delete}
|
||||
{if $has_bulk_actions}
|
||||
--
|
||||
{/if}
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user