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/. -->
<html
scrolling="false"
style="min-width: 540px; min-height: 210px"
>
<head>
<title><!-- addressBookTitleEdit --></title>
<link rel="stylesheet" href="chrome://messenger/skin/messenger.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>
<xul:stringbundle
id="bundle_addressBook"
/>
<div class="input-container">
<label id="nameLabel" for="name">&name.label;</label>
<input
id="name"
type="text"
class="input-inline"
oninput="abNameDoOkEnabling();"
/>
</div>
</xul:dialog>
</body>
</html>