Makes the label appear on enable/disable fips button

Bug# 95683; r=ddrinan; sr=hewitt
This commit is contained in:
rangansen%netscape.com 2001-08-21 00:57:20 +00:00
parent b2442974aa
commit 58ce656cd9

View File

@ -100,7 +100,9 @@
<button id="unload_button"
label="&devmgr.button.unload.label;"
oncommand="doUnload();" disabled="true"/>
<button id="fipsbutton" oncommand="toggleFIPS();"/>
<button id="fipsbutton"
label=""
oncommand="toggleFIPS();"/>
</vbox> <!-- / Buttons for manipulating devices -->
</row>
<row>