提交 2533e0ed 编写于 作者: P Peter Marcoen

[FIXED JENKINS-25234] Improve readability of the 'schedule build' tooltip

上级 fccc3498
......@@ -30,11 +30,11 @@ THE SOFTWARE.
<a href="${jobBaseUrl}${job.shortUrl}build?delay=0sec">
<j:choose>
<j:when test="${job.parameterized}">
<j:set var="title" value="${%Schedule a build with parameters}"/>
<j:set var="title" value="${%Schedule a build with parameters} for ${job.fullDisplayName}"/>
<j:set var="onclick" value="${null}"/>
</j:when>
<j:otherwise>
<j:set var="title" value="${%Schedule a build}"/>
<j:set var="title" value="${%Schedule a build} for ${job.fullDisplayName}"/>
<j:set var="onclick" value="return build_${id}(this)"/>
</j:otherwise>
</j:choose>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册