Mass operation select box confirmation message

This commit is contained in:
Malishev Dmitry 2011-12-29 14:50:54 +03:00
commit 7bde4547b3
3 changed files with 10 additions and 6 deletions

View file

@ -6,6 +6,7 @@ App.View.popup = function(content)
}
tpl.set(':content', content);
tpl.set(':STYLE', 'height:'+$(window).height()+'px');
$('#popup-bg, #popup').remove();
$(document.body).append(tpl.finalize());
}