Skip to content

Commit

Permalink
Add help icons to job properties, thanks @aritzbastida-master. Closes #…
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Carter committed Nov 19, 2014
1 parent f76ded3 commit c474dbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:f="/lib/form">
<f:optionalBlock name="useTemplate" title="${%Use another job as a template}" checked="${instance != null}">
<f:optionalBlock name="useTemplate" field="useTemplate" title="${%Use another job as a template}" checked="${instance != null}">

<f:entry field="templateJobName" title="${%Name of template}">
<f:select />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<b>${%All other fields will be overwritten with the template's configuration.}</b>
</div>
<link rel="stylesheet" type="text/css" href="${rootURL}/plugin/ez-templates/implementationPage.css"/>
<f:optionalBlock name="beTemplate" title="${%Allow this job to be used as a template}" checked="${instance != null}">
<f:optionalBlock name="beTemplate" field="beTemplate" title="${%Allow this job to be used as a template}" checked="${instance != null}">
<f:entry>
<h3>${%Jobs implementing this template}</h3>
<j:choose>
Expand Down

0 comments on commit c474dbd

Please sign in to comment.