mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-02 12:07:52 +00:00
Use a HTML:INPUT field instead of a HTML:TEXTAREA field for the list of Related-Links domain exceptions.
This commit is contained in:
parent
fbfd83e78c
commit
5d39c50708
@ -75,8 +75,7 @@
|
||||
&doNotDecp.label;
|
||||
</html:div>
|
||||
<html:div>
|
||||
<html:textarea name="textstyle" ROWS="2" COLS="30" id="pref:string:browser.related.disabledForDomains">
|
||||
</html:textarea>
|
||||
<html:input name="textstyle" id="pref:string:browser.related.disabledForDomains" />
|
||||
</html:div>
|
||||
</html:fieldset>
|
||||
</box>
|
||||
|
@ -75,8 +75,7 @@
|
||||
&doNotDecp.label;
|
||||
</html:div>
|
||||
<html:div>
|
||||
<html:textarea name="textstyle" ROWS="2" COLS="30" id="pref:string:browser.related.disabledForDomains">
|
||||
</html:textarea>
|
||||
<html:input name="textstyle" id="pref:string:browser.related.disabledForDomains" />
|
||||
</html:div>
|
||||
</html:fieldset>
|
||||
</box>
|
||||
|
Loading…
x
Reference in New Issue
Block a user