Skip to content
Snippets Groups Projects
Commit 4c7137e9 authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Restoring HTML fix to avoid breaks.

parent 66fe510e
Branches
Tags
No related merge requests found
<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>
......@@ -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>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment