Skip to content

Commit

Permalink
adding a check all box fixes #227
Browse files Browse the repository at this point in the history
  • Loading branch information
dogmatic69 committed Aug 2, 2010
1 parent c57c00e commit cf1485f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infinitas/shop/views/images/admin_index.ctp
Expand Up @@ -32,6 +32,7 @@
?>
<div class="table">
<?php
echo $this->Form->input('all', array('label' => __('Select all', true), 'type' => 'checkbox'));
foreach ($images as $image){
?>
<div title="<?php echo __('File', true), ' :: ', $image['Image']['image']; ?>"class="image">
Expand Down

0 comments on commit cf1485f

Please sign in to comment.