diff --git a/themes/bootstrap/templates/record/checkbox.phtml b/themes/bootstrap/templates/record/checkbox.phtml
index 5c2a9b63ff44ca5665e5955c35bab90cfc8d903c..a56ced2b5c8124690688f90c36267b302686e281 100644
--- a/themes/bootstrap/templates/record/checkbox.phtml
+++ b/themes/bootstrap/templates/record/checkbox.phtml
@@ -1,3 +1,4 @@
 <span class="pull-left noprint">
   <input class="checkbox-select-item" type="checkbox" name="ids[]" value="<?=$this->id ?>"/>
+  <input type="hidden" name="idsAll[]" value="<?=$this->id ?>"/>
 </span>
diff --git a/themes/bootstrap/templates/search/list-list.phtml b/themes/bootstrap/templates/search/list-list.phtml
index 5083aea731cde34723a159900ef70e74bff61489..714a826c166c5e7ce0c8ae2929ce58bb1225c6dc 100644
--- a/themes/bootstrap/templates/search/list-list.phtml
+++ b/themes/bootstrap/templates/search/list-list.phtml
@@ -3,7 +3,6 @@
   $recordNumber = $this->results->getStartRecord()+$i-$this->indexStart; ?>
   <hr/>
   <div id="result<?=$i++ ?>" class="row-fluid clearfix">
-    <input type="hidden" name="idsAll[]" value="<?=$this->id ?>"/>
     <label class="checkbox pull-left small"><? if ($this->cart()->isActive()): ?><?=$this->record($current)->getCheckbox()?><? endif; ?><?=$recordNumber?></label>
     <?=$this->record($current)->getSearchResult('list')?>
   </div>