if (!isset($this->indexStart)) $this->indexStart = 0; ?>
$i = $this->indexStart; ?>
foreach ($this->results->getResults() as $current): ?>
$recordNumber = $this->results->getStartRecord() + $i-$this->indexStart; ?>
if (isset($this->showCheckboxes) && $this->showCheckboxes): ?>
=$this->record($current)->getCheckbox('', 'search-cart-form')?>
endif; ?>
// class="record-number"> ?>
=$recordNumber ?>
=$this->record($current)->getSearchResult('list')?>
endforeach; ?>