diff --git a/admin-dev/ajax_category_list.php b/admin-dev/ajax_category_list.php
index 8d7e4df21..bbda0ee8a 100755
--- a/admin-dev/ajax_category_list.php
+++ b/admin-dev/ajax_category_list.php
@@ -54,7 +54,7 @@ echo '
$(document).ready(function() {
$(\'div#categoryList input.categoryBox\').click(function (){
if ($(this).is(\':not(:checked)\') && $(\'div#categoryList input.id_category_default\').val() == $(this).val())
- alert(\''.utf8_encode(html_entity_decode($adminProducts->getL('Consider changing the default category.'))).'\');
+ jAlert(\''.utf8_encode(html_entity_decode($adminProducts->getL('Consider changing the default category.'))).'\');
});
});
diff --git a/admin-dev/themes/template/access/form.tpl b/admin-dev/themes/template/access/form.tpl
index 2cd8b54d0..a5f8b106f 100644
--- a/admin-dev/themes/template/access/form.tpl
+++ b/admin-dev/themes/template/access/form.tpl
@@ -75,7 +75,7 @@
}
catch(e)
{
- alert('oups');
+ jAlert('Technical error');
}
}
});
@@ -123,7 +123,7 @@
}
catch(e)
{
- alert("oups");
+ jAlert('Technical error');
}
}
});
diff --git a/admin-dev/themes/template/customer_threads/options.tpl b/admin-dev/themes/template/customer_threads/options.tpl
index 0f08aa98d..2d70cfd00 100644
--- a/admin-dev/themes/template/customer_threads/options.tpl
+++ b/admin-dev/themes/template/customer_threads/options.tpl
@@ -13,7 +13,8 @@