Nicolas, thank you so much. This one is easily fixed for my purpose. Changed the last part of the file to:
function getLimitBox(){
$limits = array ();
$limits[] = JHTML::_('select.option', (string)$this->limit);
for ($i = 6; $i <= 32; $i += 6) {
$limits[] = JHTML::_('select.option', "$i");
}
$limits[] = JHTML::_('select.option', '48');
$limits[] = JHTML::_('select.option', '96');
$limits[] = JHTML::_('select.option', '0', JText::_('Alle'));
return JHTML::_('select.genericlist', $limits, 'limit'.$this->hikaSuffix, 'class="inputbox" size="1" onchange="this.form.submit()"', 'value', 'text', $this->_viewall ? 0 : $this->limit);
}
}
In action here:
http://www.1968dewinkel.nl/stoffen-lint/stoffen-katoen