From 8dadf244bc38f0b1371bac8a51d7954d01368591 Mon Sep 17 00:00:00 2001 From: Chris Hallberg <crhallberg@gmail.com> Date: Fri, 4 Oct 2013 10:51:55 -0400 Subject: [PATCH] HTML validation 1. --- 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 a56ced2b5c8..5c2a9b63ff4 100644 --- a/themes/bootstrap/templates/record/checkbox.phtml +++ b/themes/bootstrap/templates/record/checkbox.phtml @@ -1,4 +1,3 @@ <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 714a826c166..5083aea731c 100644 --- a/themes/bootstrap/templates/search/list-list.phtml +++ b/themes/bootstrap/templates/search/list-list.phtml @@ -3,6 +3,7 @@ $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