make View->Use Stylesheet use type=radio. (r=hyatt)

This commit is contained in:
shaver%netscape.com 1999-10-17 21:38:21 +00:00
Родитель 472e4cae46
Коммит b6b3762c6f
2 изменённых файлов: 24 добавлений и 16 удалений

Просмотреть файл

@ -215,15 +215,19 @@ Contributor(s): ______________________________________. -->
<menuseparator />
<menu value="&useStyleSheetMenu.label;" oncommand="BrowserReload();">
<menupopup>
<menuitem value="&useStyleSheetDefaultCmd.label;"
oncommand="BrowserReload();"/>
<menuitem type="radio" name="stylesheet_group"
value="&useStyleSheetDefaultCmd.label;"
oncommand="BrowserReload();"/>
<menuseparator />
<menuitem value="&useStyleSheetEasyReadingCmd.label;"
oncommand="BrowserReload();"/>
<menuitem value="&useStyleSheetMaxInfoCmd.label;"
oncommand="BrowserReload();"/>
<menuitem value="&useStlyleSheetBizarreCmd.label;"
oncommand="BrowserReload();"/>
<menuitem type="radio" name="stylesheet_group"
value="&useStyleSheetEasyReadingCmd.label;"
oncommand="BrowserReload();"/>
<menuitem type="radio" name="stylesheet_group"
value="&useStyleSheetMaxInfoCmd.label;"
oncommand="BrowserReload();"/>
<menuitem type="radio" name="stylesheet_group"
value="&useStlyleSheetBizarreCmd.label;"
oncommand="BrowserReload();"/>
</menupopup>
</menu>
<menuseparator />

Просмотреть файл

@ -215,15 +215,19 @@ Contributor(s): ______________________________________. -->
<menuseparator />
<menu value="&useStyleSheetMenu.label;" oncommand="BrowserReload();">
<menupopup>
<menuitem value="&useStyleSheetDefaultCmd.label;"
oncommand="BrowserReload();"/>
<menuitem type="radio" name="stylesheet_group"
value="&useStyleSheetDefaultCmd.label;"
oncommand="BrowserReload();"/>
<menuseparator />
<menuitem value="&useStyleSheetEasyReadingCmd.label;"
oncommand="BrowserReload();"/>
<menuitem value="&useStyleSheetMaxInfoCmd.label;"
oncommand="BrowserReload();"/>
<menuitem value="&useStlyleSheetBizarreCmd.label;"
oncommand="BrowserReload();"/>
<menuitem type="radio" name="stylesheet_group"
value="&useStyleSheetEasyReadingCmd.label;"
oncommand="BrowserReload();"/>
<menuitem type="radio" name="stylesheet_group"
value="&useStyleSheetMaxInfoCmd.label;"
oncommand="BrowserReload();"/>
<menuitem type="radio" name="stylesheet_group"
value="&useStlyleSheetBizarreCmd.label;"
oncommand="BrowserReload();"/>
</menupopup>
</menu>
<menuseparator />