mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 01:40:17 +01:00
23 lines
690 B
Plaintext
23 lines
690 B
Plaintext
|
<?xml version="1.0"?>
|
||
|
|
||
|
<?xul-overlay href="chrome://messenger/content/am-copiesOverlay.xul"?>
|
||
|
|
||
|
<!DOCTYPE page SYSTEM "chrome://messenger/locale/am-copies.dtd">
|
||
|
|
||
|
<page xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||
|
onload="parent.onPanelLoaded('am-copies.xul');">
|
||
|
|
||
|
<script type="application/x-javascript" src="chrome://messenger/content/AccountManager.js"/>
|
||
|
<script type="application/x-javascript">
|
||
|
<![CDATA[
|
||
|
function getAccountForFolderPickerState()
|
||
|
{
|
||
|
return parent.getAccountFromServerId(gCurrentServerId);
|
||
|
}
|
||
|
]]>
|
||
|
</script>
|
||
|
|
||
|
<dialogheader title="©AndFolderTitle.label;"/>
|
||
|
<vbox id="copiesAndFolders"/>
|
||
|
</page>
|