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
No related merge requests found
<span class="pull-left noprint"> <span class="pull-left noprint">
<input class="checkbox-select-item" type="checkbox" name="ids[]" value="<?=$this->id ?>"/> <input class="checkbox-select-item" type="checkbox" name="ids[]" value="<?=$this->id ?>"/>
<input type="hidden" name="idsAll[]" value="<?=$this->id ?>"/>
</span> </span>
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
$recordNumber = $this->results->getStartRecord()+$i-$this->indexStart; ?> $recordNumber = $this->results->getStartRecord()+$i-$this->indexStart; ?>
<hr/> <hr/>
<div id="result<?=$i++ ?>" class="row-fluid clearfix"> <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> <label class="checkbox pull-left small"><? if ($this->cart()->isActive()): ?><?=$this->record($current)->getCheckbox()?><? endif; ?><?=$recordNumber?></label>
<?=$this->record($current)->getSearchResult('list')?> <?=$this->record($current)->getSearchResult('list')?>
</div> </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