提交 5f81f94f 编写于 作者: L lshatzer

Expand colspan for plugin update table for when there is no content

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@35654 71c3de6d-444a-0410-be80-ed276b4c234a
上级 fa6bb598
......@@ -79,7 +79,7 @@ THE SOFTWARE.
<j:set var="p" value="${p.plugin}" />
<j:if test="${thisCat != lastCat}">
<tr>
<td class="pane" colspan="3" onclick="showhideCategory(this)">${thisCat}</td>
<td class="pane" colspan="4" onclick="showhideCategory(this)">${thisCat}</td>
</tr>
</j:if>
<j:set var="lastCat" value="${thisCat}" />
......@@ -124,7 +124,7 @@ THE SOFTWARE.
</j:when>
<j:otherwise>
<tr>
<td colspan="3" align="center">
<td colspan="4" align="center">
<div style="padding:1em">
${%No updates}
</div>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册