Differences From Artifact [b4b7f2b7c3]:
- File gc_lang/fr/mailext/content/options.xul — part of check-in [a9234a6ef3] at 2019-09-02 13:13:27 on branch tbme — [tb] adaptation to new API (draft) (user: olr, size: 929) [annotate] [blame] [check-ins using]
- File gc_lang/fr/tb/content/options.xul — part of check-in [617b4e1348] at 2018-03-14 15:37:27 on branch tbnext — [tb] remove dialog for bundled options > common dialog box (user: olr, size: 929) [annotate] [blame] [check-ins using]
To Artifact [8d98ebc654]:
- File gc_lang/fr/tb/content/options.xul — part of check-in [fb01f0170d] at 2018-04-11 14:04:49 on branch tbnext — [tb] attempt to fix windows height, but it’s broken… (user: olr, size: 944) [annotate] [blame] [check-ins using]
︙ | |||
9 10 11 12 13 14 15 16 17 18 19 20 21 22 | 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | + | title="&window.title;" orient="vertical" buttons="accept, cancel" ondialogaccept="oOptControl.save();" ondialogcancel="return;" defaultButton="accept" width="400" height="280" 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="" /> |
︙ |