13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
ondialogcancel="return;"
defaultButton="accept"
width="400"
onload="document.getElementById('grammalecte-options-window').centerWindowOnScreen();"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<!-- Other elements go here -->
<dialogheader id="grammalecte-title" title="&dialogheader.label;" description="" />
<checkbox id="check_signature" label="&check_signature.label;" accesskey="&check_signature.accesskey;" />
<script type="application/javascript" src="options.js" />
</dialog>
|
|
|
|
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
ondialogcancel="return;"
defaultButton="accept"
width="400"
onload="document.getElementById('grammalecte-options-window').centerWindowOnScreen();"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<!-- Other elements go here -->
<div class="dialogheader-title">&dialogheader.label;</div>
<checkbox id="check_signature" label="&check_signature.label;" accesskey="&check_signature.accesskey;" />
<script type="application/javascript" src="options.js" />
</dialog>
|