Skip to content

Commit

Permalink
OF-2892: admin console Plugins pages: fix colspan
Browse files Browse the repository at this point in the history
  • Loading branch information
stokito committed Dec 15, 2024
1 parent 291789c commit 1e632dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xmppserver/src/main/webapp/available-plugins.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@
<c:choose>
<c:when test="${empty notInstalledPlugins}">
<tr>
<td colspan="8" style="text-align: center"><fmt:message key="plugin.available.no_plugin"/></td>
<td colspan="6" style="text-align: center"><fmt:message key="plugin.available.no_plugin"/></td>
</tr>
</c:when>
<c:otherwise>
Expand Down Expand Up @@ -315,7 +315,7 @@
<td style="width: 1%" class="line-bottom-border">
<img src="${fn:escapeXml(notInstalledPlugin.icon)}" width="16" height="16" alt=""/>
</td>
<td colspan="6" nowrap class="line-bottom-border">${admin:escapeHTMLTags(notInstalledPlugin.name)} <fmt:message key="plugin.available.installation.success" /></td>
<td colspan="4" nowrap class="line-bottom-border">${admin:escapeHTMLTags(notInstalledPlugin.name)} <fmt:message key="plugin.available.installation.success" /></td>
<td class="line-bottom-border" style="text-align: center">
<img src="images/success-16x16.gif" alt=""/>
</td>
Expand Down

0 comments on commit 1e632dc

Please sign in to comment.