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

This commit is contained in:
rjc%netscape.com 1999-12-27 08:39:10 +00:00
parent fbfd83e78c
commit 5d39c50708
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>