VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: Roues on January 15, 2012, 14:59:55 PM

Title: hardcoded txt in getLimitBox()
Post by: Roues on January 15, 2012, 14:59:55 PM
in vmmodel.php in line 657:
$limits[] = JHTML::_('select.option', '0', JText::_('all'));
may be need to replace 'all' in such way:
$limits[] = JHTML::_('select.option', '0', JText::_('JALL'));
?
Title: Re: hardcoded txt in getLimitBox()
Post by: Milbo on January 15, 2012, 20:16:23 PM
good idea. But I doubt it works with j1.5 then, so I added COM_VIRTUEMART_ALL