提交 32c3696e 编写于 作者: K kohsuke

refactored <helpArea />


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@7989 71c3de6d-444a-0410-be80-ed276b4c234a
上级 82f7509f
...@@ -28,6 +28,6 @@ ...@@ -28,6 +28,6 @@
</f:description> </f:description>
</j:if> </j:if>
<j:if test="${help!=null}"> <j:if test="${help!=null}">
<tr class="help-area"><td></td><td colspan="2"><div class="help">Loading...</div></td><td></td></tr> <f:helpArea />
</j:if> </j:if>
</j:jelly> </j:jelly>
<!--
Place holder to lazy-load help text via AJAX.
-->
<tr class="help-area">
<td/>
<td colspan="2">
<div class="help">Loading...</div>
</td>
<td/>
</tr>
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
</j:if> </j:if>
</tr> </tr>
<j:if test="${help!=null}"> <j:if test="${help!=null}">
<tr class="help-area"><td></td><td colspan="2"><div class="help">Loading...</div></td><td></td></tr> <f:helpArea />
</j:if> </j:if>
</j:if> </j:if>
<st:include from="${descriptor}" page="${descriptor.configPage}" /> <st:include from="${descriptor}" page="${descriptor.configPage}" />
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
</j:if> </j:if>
</tr> </tr>
<j:if test="${help!=null}"> <j:if test="${help!=null}">
<tr class="help-area"><td></td><td colspan="2"><div class="help">Loading...</div></td><td></td></tr> <f:helpArea />
</j:if> </j:if>
<d:invokeBody /> <d:invokeBody />
<!-- end marker --> <!-- end marker -->
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
</j:if> </j:if>
</tr> </tr>
<j:if test="${attrs.help!=null}"> <j:if test="${attrs.help!=null}">
<tr class="help-area"><td></td><td colspan="2"><div class="help">Loading...</div></td><td></td></tr> <f:helpArea />
</j:if> </j:if>
<d:invokeBody /> <d:invokeBody />
<!-- end marker --> <!-- end marker -->
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册