提交 c2a97ad3 编写于 作者: K kohsuke

Use YUI style.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@7590 71c3de6d-444a-0410-be80-ed276b4c234a
上级 88c49c6f
......@@ -7,9 +7,9 @@
<form method="get" action="doRename">
Are you sure about renaming ${it.name} to ${newName}?
<input type="hidden" name="newName" value="${newName}" />
<input type="submit" value="Yes" />
<input type="button" value="No" onclick="javascript:history.back()" />
</form>
</l:main-panel>
</l:layout>
<f:submit value="Yes" />
<input type="button" value="No" onclick="javascript:history.back()" class="yui-button" />
</form>
</l:main-panel>
</l:layout>
</j:jelly>
\ No newline at end of file
//
replaceDescription//
// JavaScript for Hudson
// See http://www.ibm.com/developerworks/web/library/wa-memleak/?ca=dgr-lnxw97JavascriptLeaks
// for memory leak patterns and how to prevent them.
......@@ -394,6 +394,10 @@ var hudsonRules = {
"INPUT.submit-button" : function(e) {
makeButton(e);
},
"INPUT.yui-button" : function(e) {
makeButton(e);
}
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册