summaryrefslogtreecommitdiffstats
path: root/mailnews/addrbook/content/abEditCardDialog.xul
blob: 0a21f3b83eb59dcf1f02bb9c75ef1f7bd7db9c19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?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/. -->

<?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>

<?xul-overlay href="chrome://messenger/content/addressbook/abCardOverlay.xul"?>

<dialog xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  id="abcardWindow"
  onload="OnLoadEditCard()"
  ondialogaccept="return EditCardOKButton();">

  <stringbundleset id="stringbundleset"/>
  <vbox id="editcard"/>
</dialog>