browser/components/places/content/bookmarkProperties.xul

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/browser/components/places/content/bookmarkProperties.xul	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,43 @@
     1.4 +<?xml version="1.0"?>
     1.5 +
     1.6 +<!-- This Source Code Form is subject to the terms of the Mozilla Public
     1.7 +   - License, v. 2.0. If a copy of the MPL was not distributed with this
     1.8 +   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
     1.9 +
    1.10 +<?xml-stylesheet href="chrome://global/skin/"?>
    1.11 +<?xml-stylesheet href="chrome://browser/skin/places/editBookmarkOverlay.css"?>
    1.12 +<?xml-stylesheet href="chrome://browser/skin/places/places.css"?>
    1.13 +<?xml-stylesheet href="chrome://browser/content/places/places.css"?>
    1.14 +
    1.15 +<?xul-overlay href="chrome://browser/content/places/placesOverlay.xul"?>
    1.16 +<?xul-overlay href="chrome://browser/content/places/editBookmarkOverlay.xul"?>
    1.17 +
    1.18 +<!DOCTYPE dialog [
    1.19 +  <!ENTITY % editBookmarkOverlayDTD SYSTEM "chrome://browser/locale/places/editBookmarkOverlay.dtd">
    1.20 +  %editBookmarkOverlayDTD;
    1.21 +]>
    1.22 +
    1.23 +<dialog id="bookmarkproperties"
    1.24 +        buttons="accept, cancel"
    1.25 +        buttoniconaccept="save"
    1.26 +        ondialogaccept="BookmarkPropertiesPanel.onDialogAccept();"
    1.27 +        ondialogcancel="BookmarkPropertiesPanel.onDialogCancel();"
    1.28 +        xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
    1.29 +        onload="BookmarkPropertiesPanel.onDialogLoad();"
    1.30 +        onunload="BookmarkPropertiesPanel.onDialogUnload();"
    1.31 +        style="min-width: 30em;"
    1.32 +        persist="screenX screenY width">
    1.33 +
    1.34 +  <stringbundleset id="stringbundleset">
    1.35 +    <stringbundle id="stringBundle"
    1.36 +                  src="chrome://browser/locale/places/bookmarkProperties.properties"/>
    1.37 +  </stringbundleset>
    1.38 +
    1.39 +  <script type="application/javascript"
    1.40 +          src="chrome://browser/content/places/editBookmarkOverlay.js"/>
    1.41 +  <script type="application/javascript"
    1.42 +          src="chrome://browser/content/places/bookmarkProperties.js"/>
    1.43 +
    1.44 +<vbox id="editBookmarkPanelContent"/>
    1.45 +
    1.46 +</dialog>

mercurial