Convert lock button titledbutton to statusbarpanel.

This commit is contained in:
ben%netscape.com 2000-05-27 03:39:10 +00:00
parent 79521a5728
commit cd14323de5

View File

@ -1,14 +1,12 @@
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://navigator/skin/NavSecurityOverlay.css" type="text/css"?>
<overlay id="NavSecurityOverlay"
xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<?xml-stylesheet href="chrome://navigator/skin/NavSecurityOverlay.css" type="text/css"?>
<html:script language="JavaScript" src="chrome://navigator/content/NavSecurityUI.js" />
<script language="JavaScript" src="chrome://navigator/content/NavSecurityUI.js" />
<box id="status-bar">
<titledbutton id="security-button" class="borderless" align="left" onclick="displayPageInfo()"/>
</box>
<statusbarpanel id="security-button" onclick="displayPageInfo()"/>
</overlay>