less un flags in users dialog

This commit is contained in:
rolux 2012-03-21 13:49:12 +00:00
parent 53441142e4
commit 9224900386

View file

@ -173,7 +173,7 @@ pandora.ui.usersDialog = function() {
}, },
{ {
format: function(value) { format: function(value) {
return Ox.Element({ return value ? Ox.Element({
element: '<img>', element: '<img>',
tooltip: value tooltip: value
}) })
@ -186,7 +186,7 @@ pandora.ui.usersDialog = function() {
borderRadius: '4px', borderRadius: '4px',
marginLeft: '-3px', marginLeft: '-3px',
marginTop: 0 marginTop: 0
}); }) : '';
}, },
id: 'location', id: 'location',
operator: '+', operator: '+',