Skip to content

Commit 1e632dc

Browse files
committed
OF-2892: admin console Plugins pages: fix colspan
1 parent 291789c commit 1e632dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xmppserver/src/main/webapp/available-plugins.jsp

+2-2
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@
251251
<c:choose>
252252
<c:when test="${empty notInstalledPlugins}">
253253
<tr>
254-
<td colspan="8" style="text-align: center"><fmt:message key="plugin.available.no_plugin"/></td>
254+
<td colspan="6" style="text-align: center"><fmt:message key="plugin.available.no_plugin"/></td>
255255
</tr>
256256
</c:when>
257257
<c:otherwise>
@@ -315,7 +315,7 @@
315315
<td style="width: 1%" class="line-bottom-border">
316316
<img src="${fn:escapeXml(notInstalledPlugin.icon)}" width="16" height="16" alt=""/>
317317
</td>
318-
<td colspan="6" nowrap class="line-bottom-border">${admin:escapeHTMLTags(notInstalledPlugin.name)} <fmt:message key="plugin.available.installation.success" /></td>
318+
<td colspan="4" nowrap class="line-bottom-border">${admin:escapeHTMLTags(notInstalledPlugin.name)} <fmt:message key="plugin.available.installation.success" /></td>
319319
<td class="line-bottom-border" style="text-align: center">
320320
<img src="images/success-16x16.gif" alt=""/>
321321
</td>

0 commit comments

Comments
 (0)