MINOR Don't move $('#Form_VersionsForm') buttons to top, they disappear

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@108829 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2010-08-03 03:45:59 +00:00
parent 69ca614fa4
commit 229ab4609f

View File

@ -348,7 +348,7 @@
});
// move submit button to the top
this.find('#ReportClass').after(this.find('.Actions'));
// this.find('#ReportClass').after(this.find('.Actions'));
// links in results
this.find('td').bind('click', function(e) {