Post by fume711 » Wed Dec 05, 2012 1:51 pm

The enter key to submit filter form was added to:
admin->sales->orders but not to admin->sales-customer.

can it be added to the next revision?

I believe this fixes it:
in file "admin/view/template/sale/customer_list.tpl"

right after the last

Code: Select all

//--></script>
at the end of the file

add

Code: Select all

<script type="text/javascript"><!--
$('#form input').keydown(function(e) {
	if (e.keyCode == 13) {
		filter();
	}
});
//--></script>

New member

Posts

Joined
Tue Oct 06, 2009 2:15 pm
Who is online

Users browsing this forum: No registered users and 1 guest