elkuku / EasyCreator

EasyCreator helps creating extensions for the Joomla! CMS
http://extensions.joomla.org/extensions/miscellaneous/development/5908
50 stars 23 forks source link

replace mootools in orderdefault.php #45

Open gorgonz opened 7 years ago

gorgonz commented 7 years ago

there is one place, where still mootools is activated. As a result the component will hang whenever the buttons "Default file order" or "Translation order" are clicked. The solution should be simple. Replace JHTML::_('behavior.mootools'); with JHTML::_('behavior.framework'); in file views/languages/tmpl/orderdefault.php and sorting will work again, especially no hanging will happen

elkuku commented 6 years ago

Hi and sorry for the laaate response... I've created a new repository where all EasyCreator extension templates live now: https://github.com/EasyCreator/templates

Would you mind proposing those changes here, please?