Installed module UI cleaning.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11973 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-10-30 10:04:37 +00:00
parent 375d72e007
commit de06a76bd8
7 changed files with 48 additions and 64 deletions

View file

@ -1083,10 +1083,8 @@ jQuery(function($){
var tdTitle = $('.x .dsTg td.title');
tdTitle.each(function(){
var $t = $(this)
if($t.find('p.update').length==0){
if($t.find('p.x_alert').length==0){
$t.addClass('tg').find('>*:not(:first-child)').hide();
} else {
$t.addClass('up');
}
});
var details = $('.x .dsTg td.tg>*:not(:first-child)');

File diff suppressed because one or more lines are too long