Display the dashboard in two colum

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8805 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
taggon 2011-08-18 08:26:56 +00:00
parent 04390d7d26
commit 853c37ca4b

View file

@ -226,6 +226,9 @@ jQuery(function($){
$this.data('timer', timer);
});
// Display the dashboard in two column
$('.dashboard>.portlet:odd').after('<br style="clear:both" />');
// TODO: Site Map
// var siteMap = $('.siteMap');
// var siteItem = siteMap.find('li');