114258 - pref panel header binding, dialogoverlay.css shouldn't have to be included in each panel. r=ben sr=hewitt

114268 - unnecessarily setting localname attribute on all pref-based elements when loading pref panels. r=ben sr=hewitt
This commit is contained in:
blakeross%telocity.com 2006-04-08 00:57:29 +00:00
Родитель 0d296b368e
Коммит 47ebebcdd5
1 изменённых файлов: 2 добавлений и 4 удалений

Просмотреть файл

@ -15,9 +15,6 @@
-->
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
<?xul-overlay href="chrome://global/content/globalOverlay.xul"?>
<?xul-overlay href="chrome://communicator/content/utilityOverlay.xul"?>
<!DOCTYPE window [
@ -28,7 +25,8 @@
]>
<page xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
onload="parent.initPanel('chrome://content-packs/content/pref-contentpacks.xul');">
onload="parent.initPanel('chrome://content-packs/content/pref-contentpacks.xul');"
headertitle="&lHeader;">
<stringbundle id="bundle_contentPack"
src="chrome://content-packs/locale/contentpacks.properties"/>