[+] BO : Footer list bulk actions

This commit is contained in:
Jerome Nadaud
2013-08-07 10:43:53 +02:00
parent bb4a72f46d
commit 816a39fb4f
3 changed files with 24 additions and 7 deletions
+8 -1
View File
@@ -1037,8 +1037,15 @@ function quickSelect(elt)
//bootstrap BO New fonctions
function hideOtherLanguage(id){
function hideOtherLanguage(id)
{
$('.translatable-field').hide();
$('.lang-' + id).show();
}
function sendBulkAction(form, action)
{
$(action).val(1);
$(form).submit();
}