Make input value wider

[?]
Feb 25, 2015, 4:42 PM
LUYDIGYMZFHTN2SU76XUK76E2FMXY6LXH2MYOPBCPI4AOI2RB2SQC

Dependencies

  • [2] OK4P3AMK Remove the ability to add multiple jobset input alternatives
  • [3] RQI3GRC6 Enable setting checkresponsible in the edit jobset form
  • [4] OX6NYJDV Split viewing and editing a jobset
  • [5] JARRBLZD Bootstrapify the Hydra forms (except the project and jobset edit pages)
  • [6] VJFLX7B6 Fix rendering of jobset inputs
  • [7] 2G63HKCH Fix some wellformedness issues
  • [8] K3HODXGH Check all inputs for blame but only email selected inputs
  • [9] 4WZQW2N6 Fix indentation and get rid of some unnecessary whitespace in the output
  • [*] IK53RV4V

Change contents

  • replacement in src/root/common.tt at line 149
    [3.2893][3.2893:2958]()
    <select [% HTML.attributes(id => param, name => param) %]>
    [3.2893]
    [3.2958]
    <select style='width: 15em;' [% HTML.attributes(id => param, name => param) %]>
  • replacement in src/root/edit-jobset.tt at line 18
    [2.635][2.635:756]()
    <input type="text" [% HTML.attributes(value => alt.value, id => "$baseName-value", name => "$baseName-value") %]/>
    [2.635]
    [2.756]
    <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
    [3.1788][2.985:1082]()
    <tr><th></th><th>Input name</th><th>Type</th><th>Value</th><th>Notify committers</th></tr>
    [3.1788]
    [3.1851]
    <tr><th></th><th>Input name</th><th>Type</th><th style="width: 50%">Value</th><th>Notify committers</th></tr>