提交 6c33e025 编写于 作者: K kohsuke

"Disable build" checkbox was moved to align with the rest of the checkboxes.

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@14936 71c3de6d-444a-0410-be80-ed276b4c234a
上级 cc12964e
......@@ -2,8 +2,6 @@
Configuration entry for disabling builds
-->
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form">
<f:entry title="${%Disable Build}" help="/help/project-config/disable.html">
<f:checkbox name="disable" checked="${it.disabled}" />
(${%No new builds will be executed until the project is re-enabled.})
</f:entry>
<f:optionalBlock name="disable" title="${%Disable Build} (${%No new builds will be executed until the project is re-enabled.})" checked="${it.disabled}"
help="/help/project-config/disable.html" />
</j:jelly>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册