Commit 89f83721 authored by Derek DeMoro's avatar Derek DeMoro Committed by derek

Update look of update box.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@4175 b35dd754-fafc-0310-a699-88a17e54d16e
parent 60f03450
...@@ -63,13 +63,12 @@ ...@@ -63,13 +63,12 @@
UpdateManager updateManager = XMPPServer.getInstance().getUpdateManager(); UpdateManager updateManager = XMPPServer.getInstance().getUpdateManager();
Update serverUpdate = updateManager.getServerUpdate(); Update serverUpdate = updateManager.getServerUpdate();
if (serverUpdate != null) { %> if (serverUpdate != null) { %>
<div class="jive-info"> <div class="warning">
<table cellpadding="0" cellspacing="0" border="0" bgcolor="#FF9999"> <table cellpadding="0" cellspacing="0" border="0" >
<tbody> <tbody>
<tr> <tr>
<td width="10" class="jive-icon"><img src="images/warning-16x16.gif" width="16" height="16" border="0"/></td>
<td class="jive-icon-label"> <td class="jive-icon-label">
<fmt:message key="index.update.alert" /> <b><fmt:message key="index.update.alert" /></b><br/><br/>
</td> </td>
</tr> </tr>
<td valign="top" align="left" colspan="2"> <td valign="top" align="left" colspan="2">
......
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