|
1 <?xml version="1.0"?> |
|
2 |
|
3 <!-- This Source Code Form is subject to the terms of the Mozilla Public |
|
4 - License, v. 2.0. If a copy of the MPL was not distributed with this |
|
5 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> |
|
6 |
|
7 <?xml-stylesheet href="chrome://global/skin/"?> |
|
8 <?xml-stylesheet href="chrome://browser/skin/places/editBookmarkOverlay.css"?> |
|
9 <?xml-stylesheet href="chrome://browser/skin/places/places.css"?> |
|
10 <?xml-stylesheet href="chrome://browser/content/places/places.css"?> |
|
11 |
|
12 <?xul-overlay href="chrome://browser/content/places/placesOverlay.xul"?> |
|
13 <?xul-overlay href="chrome://browser/content/places/editBookmarkOverlay.xul"?> |
|
14 |
|
15 <!DOCTYPE dialog [ |
|
16 <!ENTITY % editBookmarkOverlayDTD SYSTEM "chrome://browser/locale/places/editBookmarkOverlay.dtd"> |
|
17 %editBookmarkOverlayDTD; |
|
18 ]> |
|
19 |
|
20 <dialog id="bookmarkproperties" |
|
21 buttons="accept, cancel" |
|
22 buttoniconaccept="save" |
|
23 ondialogaccept="BookmarkPropertiesPanel.onDialogAccept();" |
|
24 ondialogcancel="BookmarkPropertiesPanel.onDialogCancel();" |
|
25 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" |
|
26 onload="BookmarkPropertiesPanel.onDialogLoad();" |
|
27 onunload="BookmarkPropertiesPanel.onDialogUnload();" |
|
28 style="min-width: 30em;" |
|
29 persist="screenX screenY width"> |
|
30 |
|
31 <stringbundleset id="stringbundleset"> |
|
32 <stringbundle id="stringBundle" |
|
33 src="chrome://browser/locale/places/bookmarkProperties.properties"/> |
|
34 </stringbundleset> |
|
35 |
|
36 <script type="application/javascript" |
|
37 src="chrome://browser/content/places/editBookmarkOverlay.js"/> |
|
38 <script type="application/javascript" |
|
39 src="chrome://browser/content/places/bookmarkProperties.js"/> |
|
40 |
|
41 <vbox id="editBookmarkPanelContent"/> |
|
42 |
|
43 </dialog> |