提交 57d73703 编写于 作者: K kohsuke

Update center now contains the brief overview for each plugin.

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@10307 71c3de6d-444a-0410-be80-ed276b4c234a
上级 cdad1c18
......@@ -23,7 +23,12 @@
<tr>
<td class="pane" align="center"><input type="checkbox" name="plugin.${p.name}"/></td>
<td class="pane">
<a href="${p.wiki}"><st:out value="${p.displayName}"/></a>
<div>
<a href="${p.wiki}"><st:out value="${p.displayName}"/></a>
</div>
<j:if test="${p.excerpt!=null}">
<div class="excerpt">${p.excerpt}</div>
</j:if>
</td>
<td class="pane"><st:out value="${p.version}" /></td>
</tr>
......
......@@ -739,4 +739,13 @@ TEXTAREA.rich-editor {
background-image: url(../images/grip.png);
background-repeat: repeat-y;
padding-left: 20px;
}
/* ========================= plugin update center ========================= */
#plugins .excerpt {
white-space: normal;
margin-top: 0.5em;
padding-left: 2em;
color: #888a85;
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册