Revision control

Copy as Markdown

Other Tools

<?xml version="1.0"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<!DOCTYPE html SYSTEM "chrome://messenger/locale/joinChat.dtd">
<html
id="joinChatDialog"
scrolling="false"
>
<head>
<title>&joinChatWindow.title;</title>
<link rel="stylesheet" href="chrome://global/skin/global.css" />
<link rel="stylesheet" href="chrome://messenger/skin/menulist.css" />
<link rel="stylesheet" href="chrome://messenger/skin/joinchat.css" />
<link rel="stylesheet" href="chrome://messenger/skin/input-fields.css" />
<script
defer="defer"
></script>
<script
defer="defer"
></script>
<script
defer="defer"
></script>
</head>
<body>
<xul:dialog buttons="accept,cancel">
<div id="joinChatGrid">
<div>
<xul:label value="&account.label;" control="accountlist" />
</div>
<div>
<xul:menulist
id="accountlist"
onselect="joinChat.onAccountSelect();"
/>
</div>
<div class="optional-col required">&optional.label;</div>
</div>
<xul:hbox>
<xul:checkbox
id="autojoin"
label="&autojoin.label;"
accesskey="&autojoin.accesskey;"
/>
</xul:hbox>
</xul:dialog>
</body>
</html>