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>
<html
scrolling="false"
>
<head>
<link rel="stylesheet" href="chrome://global/skin/global.css" />
<link
rel="stylesheet"
/>
<link rel="localization" href="branding/brand.ftl" />
<script
defer="defer"
></script>
<script
defer="defer"
></script>
</head>
<body>
<xul:dialog
>
<label id="info.txt" />
<vbox id="listWrapper">
<richlistbox id="list" class="theme-listbox" />
</vbox>
</xul:dialog>
</body>
</html>