Commit 2b6322aa authored by Daniel Henninger's avatar Daniel Henninger Committed by dhenninger

Simple tweak to give IRC components their associated icon.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@5337 b35dd754-fafc-0310-a699-88a17e54d16e
parent 32429aef
......@@ -192,6 +192,9 @@
<% }
else if ("icq".equals(componentSession.getExternalComponent().getType())) { %>
<img src="images/icq.gif" width="16" height="16" border="0" alt="ICQ">&nbsp;
<% }
else if ("irc".equals(componentSession.getExternalComponent().getType())) { %>
<img src="images/irc.gif" width="16" height="16" border="0" alt="IRC">&nbsp;
<% }
}
%>
......
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