Ticket #116: 116.diff

File 116.diff, 1.3 kB (added by marco.ze..@googlemail.com, 6 months ago)

Patch correcting missing associations

  • src/chrome/chromeFiles/content/newscript.xul

    old new  
    1919  <script type="application/x-javascript" src="chrome://greasemonkey/content/newscript.js" /> 
    2020 
    2121  <vbox> 
    22     <label value="&newscript.name;" /> 
     22    <label value="&newscript.name;" 
     23      control="name" /> 
    2324    <textbox id="name" /> 
    2425    <separator class="thin" /> 
    2526 
    26     <label value="&newscript.namespace;" /> 
     27    <label value="&newscript.namespace;" 
     28      control="namespace" /> 
    2729    <textbox id="namespace" /> 
    2830    <separator class="thin" /> 
    2931 
    30     <label value="&newscript.description;" /> 
     32    <label value="&newscript.description;" 
     33      control="descr" /> 
    3134    <textbox id="descr" /> 
    3235    <separator class="thin" /> 
    3336 
    34     <label value="&newscript.includes;" /> 
     37    <label value="&newscript.includes;"  
     38      control="includes" /> 
    3539    <textbox id="includes" 
    3640      multiline="true" 
    3741      rows="4" 
    3842      cols="60" /> 
    3943    <separator class="thin" /> 
    4044 
    41     <label value="&newscript.excludes;" /> 
     45    <label value="&newscript.excludes;" 
     46      control="excludes" /> 
    4247    <textbox id="excludes" 
    4348      multiline="true" 
    4449      rows="4"