mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
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:
parent
04390d7d26
commit
853c37ca4b
1 changed files with 3 additions and 0 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue