Fix adding jobset inputs

This commit is contained in:
Eelco Dolstra 2013-02-26 15:45:34 +01:00
parent 1e338e7958
commit 5a0054f38c

View file

@ -11,7 +11,7 @@
<tr class="input [% extraClass %]" [% IF id %]id="[% id %]"[% END %]>
<td>
<button type="button" class="btn btn-warning" onclick='$(this).parents(".input").remove()'><i class="icon-trash icon-white"></i></button>
<tt><input type="text" name="[% baseName %]-name" [% HTML.attributes(value => input.name) %]></input>
<tt><input type="text" id="[% baseName %]-name" name="[% baseName %]-name" [% HTML.attributes(value => input.name) %]></input>
</td>
<td>
[% INCLUDE renderSelection curValue=input.type param="$baseName-type" options=inputTypes %]