DeleteAll button deed het niet

svn path=/Website/trunk/; revision=31520
This commit is contained in:
Peter Feij
2016-11-16 18:00:12 +00:00
parent b7b6e14f7e
commit e08f1c2d53

View File

@@ -57,7 +57,7 @@
<body class="listbody" id="usermessbody"> <body class="listbody" id="usermessbody">
<% <%
var buttons = []; var buttons = [];
buttons.push({title: L("lcl_mark_as_read_all"), icon: "bin_closed.png", action: "facDelete()"}); buttons.push({title: L("lcl_mark_as_read_all"), icon: "bin_closed.png", action: "MarkAsReadAll()"});
buttons.push({title: L("lcl_refresh"), icon: "page_refresh.png", action: "FcltMgr.reload()" }); buttons.push({title: L("lcl_refresh"), icon: "page_refresh.png", action: "FcltMgr.reload()" });
if (user_key != -1) if (user_key != -1)