提交 1eb029f7 编写于 作者: K kohsuke

disabling auto refresh on form page.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1360 71c3de6d-444a-0410-be80-ed276b4c234a
上级 258d5d49
<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">
<l:layout>
<l:layout norefresh="true">
<st:include page="sidepanel.jelly" />
<l:main-panel>
<div style="margin: 2em;">
......
......@@ -2,7 +2,7 @@
New View page
-->
<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">
<l:layout>
<l:layout norefresh="true">
<st:include page="sidepanel.jelly" />
<l:main-panel>
......
......@@ -2,7 +2,7 @@
New Project page
-->
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:s="/lib/form">
<l:layout>
<l:layout norefresh="true">
<st:include page="sidepanel.jelly" />
<l:main-panel>
<s:form method="post" action="createJob">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册