bug 23095 con't -- form manager toolbar, r=pchen, sr=alecf

This commit is contained in:
morse%netscape.com 2006-09-14 05:55:21 +00:00
parent 7bfd0cd1f2
commit f24b467074

View File

@ -285,13 +285,13 @@ Contributor(s): ______________________________________. -->
<!-- Form toolbar items -->
<toolbar id="FormToolbar" class="chromeclass-directories"
persist="collapsed" onload="alert('hi');">
<button class="button-toolbar-1 top" id="formPrefill" crop="right"
<button class="button-toolbar-3 top" id="formPrefill" crop="right"
oncommand="formPrefill();"
value="&formPrefill.label;" tooltip="aTooltip" tooltiptext="&formPrefill.tooltip;"/>
<button class="button-toolbar-1 top" id="formCapture" crop="right"
<button class="button-toolbar-3 top" id="formCapture" crop="right"
oncommand="formCapture();"
value="&formCapture.label;" tooltip="aTooltip" tooltiptext="&formCapture.tooltip;"/>
<button class="button-toolbar-1 top" id="formShow" crop="right"
<button class="button-toolbar-3 top" id="formShow" crop="right"
oncommand="formShow();"
value="&formView.label;" tooltip="aTooltip" tooltiptext="&formView.tooltip;"/>
</toolbar>