forked from 0x2620/pandora
update entities dialog
This commit is contained in:
parent
6fc0ce4d87
commit
5e1985478c
1 changed files with 2 additions and 2 deletions
|
@ -100,7 +100,7 @@ pandora.ui.entitiesDialog = function(options) {
|
||||||
},
|
},
|
||||||
select: function(data) {
|
select: function(data) {
|
||||||
var text = Ox.formatCount(
|
var text = Ox.formatCount(
|
||||||
data.ids,
|
data.ids.length,
|
||||||
Ox._('entity'),
|
Ox._('entity'),
|
||||||
Ox._('entities')
|
Ox._('entities')
|
||||||
) + ' ' + Ox._('selected');
|
) + ' ' + Ox._('selected');
|
||||||
|
@ -343,7 +343,7 @@ pandora.ui.entitiesDialog = function(options) {
|
||||||
width: 240 - Ox.SCROLLBAR_SIZE
|
width: 240 - Ox.SCROLLBAR_SIZE
|
||||||
})
|
})
|
||||||
.css({
|
.css({
|
||||||
margin: index == 0 ? '4px' : '16px 4px 4px 4px'
|
margin: (index == 0 ? 4 : 16) + 'px 4px 8px 4px'
|
||||||
})
|
})
|
||||||
.appendTo($form),
|
.appendTo($form),
|
||||||
$input;
|
$input;
|
||||||
|
|
Loading…
Reference in a new issue