r=rangansen sr=blizzard bug# 10300

[fixes regression that cert selection radio buttons were on separate lines]


git-svn-id: svn://10.0.0.236/trunk@105194 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rangansen%netscape.com
2001-10-11 20:42:44 +00:00
parent eb2ee7fb85
commit db83fda3d2

View File

@@ -54,7 +54,7 @@
<caption label="&SSLClientAuthMethod;"/>
<html> &certselect.description; </html>
<!-- Prefs -->
<radiogroup id="certSelection" pref="true" preftype="string"
<radiogroup id="certSelection" orient="horizontal" pref="true" preftype="string"
prefstring="security.default_personal_cert" prefattribute="value">
<radio group="certSelection" label="&certselect.auto;" value="Select Automatically"/>
<radio group="certSelection" label="&certselect.ask;" value="Ask Every Time"/>