[XForms] Move hint/alert for output too. Bug 308455, r=smaug+doronr

This commit is contained in:
allan%beaufour.dk 2005-09-27 08:50:49 +00:00
Родитель 0c9e6632f3
Коммит 19e1a20a74
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -114,8 +114,9 @@
<binding id="xformswidget-output" <binding id="xformswidget-output"
extends="chrome://xforms/content/xforms.xml#xformswidget-base"> extends="chrome://xforms/content/xforms.xml#xformswidget-base">
<content> <content>
<children/> <children includes="label"/>
<html:span anonid="content"></html:span> <html:span anonid="content"></html:span>
<children/>
</content> </content>
<implementation implements="nsIXFormsUIWidget"> <implementation implements="nsIXFormsUIWidget">