Make input value wider
[?]
Feb 25, 2015, 4:42 PM
LUYDIGYMZFHTN2SU76XUK76E2FMXY6LXH2MYOPBCPI4AOI2RB2SQCDependencies
- [2]
OK4P3AMKRemove the ability to add multiple jobset input alternatives - [3]
OX6NYJDVSplit viewing and editing a jobset - [4]
2G63HKCHFix some wellformedness issues - [5]
K3HODXGHCheck all inputs for blame but only email selected inputs - [6]
VJFLX7B6Fix rendering of jobset inputs - [7]
RQI3GRC6Enable setting checkresponsible in the edit jobset form - [8]
JARRBLZDBootstrapify the Hydra forms (except the project and jobset edit pages) - [9]
4WZQW2N6Fix indentation and get rid of some unnecessary whitespace in the output - [*]
IK53RV4V
Change contents
- replacement in src/root/common.tt at line 149
<select [% HTML.attributes(id => param, name => param) %]><select style='width: 15em;' [% HTML.attributes(id => param, name => param) %]> - replacement in src/root/edit-jobset.tt at line 18
<input type="text" [% HTML.attributes(value => alt.value, id => "$baseName-value", name => "$baseName-value") %]/><input style="width: 95%" type="text" [% HTML.attributes(value => alt.value, id => "$baseName-value", name => "$baseName-value") %]/> - replacement in src/root/edit-jobset.tt at line 34
<tr><th></th><th>Input name</th><th>Type</th><th>Value</th><th>Notify committers</th></tr><tr><th></th><th>Input name</th><th>Type</th><th style="width: 50%">Value</th><th>Notify committers</th></tr>