File tree 1 file changed +2
-2
lines changed
xmppserver/src/main/webapp
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 251
251
<c:choose >
252
252
<c:when test =" ${ empty notInstalledPlugins } " >
253
253
<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 >
255
255
</tr >
256
256
</c:when >
257
257
<c:otherwise >
315
315
<td style =" width : 1% " class =" line-bottom-border" >
316
316
<img src =" ${ fn: escapeXml(notInstalledPlugin. icon) } " width =" 16" height =" 16" alt =" " />
317
317
</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 >
319
319
<td class =" line-bottom-border" style =" text-align : center " >
320
320
<img src =" images/success-16x16.gif" alt =" " />
321
321
</td >
You can’t perform that action at this time.
0 commit comments