diff --git a/src/root/edit-jobset.tt b/src/root/edit-jobset.tt index b5886b6a..b8393f18 100644 --- a/src/root/edit-jobset.tt +++ b/src/root/edit-jobset.tt @@ -1,13 +1,13 @@ [% WRAPPER layout.tt title=(create ? "Create jobset in project $project.name" : "Editing jobset $project.name:$jobset.name") %] [% PROCESS common.tt %] -[% BLOCK renderInputAlt %] +[% BLOCK renderJobsetInputAlt %] alt.value, name => name) %]>
[% END %] -[% BLOCK renderInput %] +[% BLOCK renderJobsetInput %] @@ -19,7 +19,7 @@ [% FOREACH alt IN input.jobsetinputalts %] - [% INCLUDE renderInputAlt alt=alt name="$baseName-values" %] + [% INCLUDE renderJobsetInputAlt alt=alt name="$baseName-values" %] [% END %] [% IF edit %][% END %] @@ -27,14 +27,14 @@ [% END %] -[% BLOCK renderInputs %] +[% BLOCK renderJobsetInputs %] [% FOREACH input IN jobset.jobsetinputs %] - [% INCLUDE renderInput input=input baseName="input-$input.name" %] + [% INCLUDE renderJobsetInput input=input baseName="input-$input.name" %] [% END %] - [% INCLUDE renderInputs %] + [% INCLUDE renderJobsetInputs %]
@@ -126,11 +126,11 @@
Input nameTypeValues
- [% INCLUDE renderInput input="" extraClass="template" id="input-template" baseName="input-template" %] + [% INCLUDE renderJobsetInput input="" extraClass="template" id="input-template" baseName="input-template" %]