Commit 60a3afc3 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Fixed confirmation message of clear link.

git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@2857 b35dd754-fafc-0310-a699-88a17e54d16e
parent 0970b156
......@@ -361,7 +361,7 @@ IFRAME {
<a href="#" onclick="if (confirm('<fmt:message key="logviewer.confirm" />')) {setLog('clearLog'); document.logViewer.submit(); return true;} else { return false; }"><img src="images/delete-16x16.gif" border="0" alt="<fmt:message key="logviewer.alt_clear" />"></a>
</td>
<td class="icon-label">
<a href="#" onclick="if (confirm('<fmt:message key="logviewer.clear" />')) {setLog('clearLog'); document.logViewer.submit(); return true;} else { return false; }"
<a href="#" onclick="if (confirm('<fmt:message key="logviewer.confirm" />')) {setLog('clearLog'); document.logViewer.submit(); return true;} else { return false; }"
><fmt:message key="logviewer.clear" /></a>
</td>
<td class="icon">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment