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/addbuddy.dtd">
<html
id="addBuddyDialog"
scrolling="false"
>
<head>
<title>&addBuddyWindow.title;</title>
<link rel="stylesheet" href="chrome://global/skin/global.css" />
<link rel="stylesheet" href="chrome://messenger/skin/imMenulist.css" />
<link rel="stylesheet" href="chrome://messenger/skin/input-fields.css" />
<script
defer="defer"
></script>
<script
defer="defer"
></script>
<script
defer="defer"
></script>
</head>
<html:body
>
<dialog buttons="accept,cancel" buttondisabledaccept="true">
<hbox>
<vbox id="nameBox">
<hbox align="center" flex="1">
<label value="&name.label;" control="name" />
</hbox>
<hbox align="center" flex="1">
<label value="&account.label;" control="accountlist" />
</hbox>
</vbox>
<vbox id="accountBox">
<html:input
id="name"
type="text"
class="input-inline"
oninput="addBuddy.oninput()"
/>
<menulist id="accountlist" />
</vbox>
</hbox>
</dialog>
</html:body>
</html>