From 4c7137e96246206825d747ea274be0536246c8e7 Mon Sep 17 00:00:00 2001
From: Chris Hallberg <crhallberg@gmail.com>
Date: Fri, 4 Oct 2013 11:59:48 -0400
Subject: [PATCH] Restoring HTML fix to avoid breaks.

---
 themes/bootstrap/templates/record/checkbox.phtml  | 1 +
 themes/bootstrap/templates/search/list-list.phtml | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/bootstrap/templates/record/checkbox.phtml b/themes/bootstrap/templates/record/checkbox.phtml
index 5c2a9b63ff4..a56ced2b5c8 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 5083aea731c..714a826c166 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>
-- 
GitLab