Use a HTML:INPUT field instead of a HTML:TEXTAREA field for the list of Related-Links domain exceptions.

git-svn-id: svn://10.0.0.236/trunk@56557 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rjc%netscape.com 1999-12-27 08:39:10 +00:00
parent 781bf92474
commit 6b37d71506
2 changed files with 2 additions and 4 deletions

View File

@ -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>

View File

@ -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>