Skip to content

Commit

Permalink
Moving caption at the top. Seems more logical.
Browse files Browse the repository at this point in the history
  • Loading branch information
batmat committed Sep 20, 2014
1 parent 6d3b2e8 commit 56bad2b
Showing 1 changed file with 8 additions and 8 deletions.
Expand Up @@ -3,6 +3,14 @@
-->
<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" xmlns:i="jelly:fmt">

<f:entry title="${%Caption text}" field="captionText" help="/plugin/radiatorviewplugin/help/captionText.html">
<f:textbox name="captionText" field="captionText" />
</f:entry>

<f:entry title="${%Caption size}" field="captionSize" help="/plugin/radiatorviewplugin/help/captionSize.html">
<f:textbox name="captionSize" field="captionSize" clazz="required positive-number" default="36" />
</f:entry>

<f:entry title="${%Recurse in subfolders}" field="recurse">
<f:checkbox id="recurse"/>
</f:entry>
Expand All @@ -21,14 +29,6 @@
<f:textbox name="includeRegex" field="includeRegex" />
</f:entry>
</f:optionalBlock>

<f:entry title="${%Caption text}" field="captionText" help="/plugin/radiatorviewplugin/help/captionText.html">
<f:textbox name="captionText" field="captionText" />
</f:entry>

<f:entry title="${%Caption size}" field="captionSize" help="/plugin/radiatorviewplugin/help/captionSize.html">
<f:textbox name="captionSize" field="captionSize" clazz="required positive-number" default="36" />
</f:entry>

<f:entry title="${%Show stable builds?}" field="showStable" help="/plugin/radiatorviewplugin/help/showstable.html">
<f:checkbox name="showStable" checked="${it.showStable}" value="true" field="showStable" />
Expand Down

0 comments on commit 56bad2b

Please sign in to comment.