mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 00:55:37 +00:00
bug 23095 con't -- form manager toolbar, r=pchen, sr=alecf
This commit is contained in:
parent
7bfd0cd1f2
commit
f24b467074
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user