diff --git a/config.php.in b/config.php.in index 3815632..806d7b1 100644 --- a/config.php.in +++ b/config.php.in @@ -469,7 +469,7 @@ define('ACTION_VIEW_JOURNAL', 17); define('ACTION_NOT_SPAM', 18); define('ACTION_MARK_AS_PRIVATE', 19); -define('ACTION_MARK_MESSAGE_FOR_REMOVAL, 20); +define('ACTION_MARK_MESSAGE_FOR_REMOVAL', 20); $actions = array( 'unknown' => 1, diff --git a/webui/view/javascript/piler-in.js b/webui/view/javascript/piler-in.js index 5b6d84b..a9004ae 100644 --- a/webui/view/javascript/piler-in.js +++ b/webui/view/javascript/piler-in.js @@ -17,7 +17,6 @@ extra_folders: '', bulkrestore_url: '/bulkrestore.php', bulkpdf_url: '/bulkpdf.php', - text_successfully_removed: '' /* * variables used at search listing @@ -365,7 +364,7 @@ $('#deletebox-modal').modal('show'); }, - bulk_remove_messages:function(reason) + bulk_remove_messages:function(reason, text_successfully_removed) { Piler.log("[bulk_remove_messages]"); diff --git a/webui/view/theme/default/templates/common/layout-search.tpl b/webui/view/theme/default/templates/common/layout-search.tpl index ba5c7e3..7bd7f90 100644 --- a/webui/view/theme/default/templates/common/layout-search.tpl +++ b/webui/view/theme/default/templates/common/layout-search.tpl @@ -62,7 +62,7 @@ diff --git a/webui/view/theme/default/templates/search/helper.tpl b/webui/view/theme/default/templates/search/helper.tpl index 4d1e035..92b8a51 100644 --- a/webui/view/theme/default/templates/search/helper.tpl +++ b/webui/view/theme/default/templates/search/helper.tpl @@ -149,7 +149,7 @@ - " onclick="Piler.bulk_restore_messages('', '');" title=""> + " onclick="Piler.bulk_restore_messages('', '');" title="">