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
<head>
  <title></title>
  <meta
    http-equiv="Content-Security-Policy"
    content="default-src chrome:; script-src chrome: 'unsafe-inline' moz-src:"
  />
  <link rel="localization" href="branding/brand.ftl" />
  <script>
    window.addEventListener("load", function() { parent.onPanelLoaded('am-e2e.xhtml'); });
  </script>
</head>
  <vbox flex="1" style="overflow: auto;">
    <vbox id="containerBox" flex="1">
      <hbox class="dialogheader">
        <label class="dialogheader-title" value="&e2eTitle.label;"/>
      </hbox>
      <separator class="thin"/>
#include am-e2e.inc.xhtml
    </vbox>
  </vbox>
</html:body>
</html>