提交 28d111ca 编写于 作者: T tbingaman

Fixed use of a custom delete button caption in hetero list. The attribute...

Fixed use of a custom delete button caption in hetero list.  The attribute needs to be passed to the prototypes, otherwise new entries will use the default caption.

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@23297 71c3de6d-444a-0410-be80-ed276b4c234a
上级 ed096ea2
......@@ -104,7 +104,7 @@ THE SOFTWARE.
<j:set var="instance" value="${null}" />
<j:forEach var="descriptor" items="${attrs.descriptors}" varStatus="loop">
<div name="${attrs.name}" title="${descriptor.displayName}" tooltip="${descriptor.tooltip}">
<local:body />
<local:body deleteCaption="${attrs.deleteCaption}" />
</div>
</j:forEach>
</div>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册