-rw-r--r-- | content/photoset-props.xul | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/photoset-props.xul b/content/photoset-props.xul index e8f6d13..2efa9e6 100644 --- a/content/photoset-props.xul +++ b/content/photoset-props.xul @@ -1,30 +1,31 @@ <?xml version="1.0" encoding="utf-8"?> <?xml-stylesheet href="chrome://global/skin/" type="text/css"?> <?xsml-stylesheet href="fireflix.css" type="text/css"?> <!DOCTYPE dialog SYSTEM "chrome://fireflix/locale/fireflix.dtd"> <dialog xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" id="photoset_props" buttons="accept,cancel" defaultbutton="accept" title="&photosetprops.title;" onload="psetprops.init()" ondialogaccept="psetprops.on_accept()" > + <script src="util.js" type="application/x-javascript"/> <script src="photoset-props.js" type="application/x-javascript"/> <commandset> <command id="cmd_select_picture" oncommand="psetprops.on_select_picture(event)"/> </commandset> <hbox class="wholething"> <vbox> <menulist id="primary_picture_list" hidden="true" sizetopopup="always"/> <hbox pack="center"> <box width="100" pack="center"> <image id="primary_picture" hidden="true"/> </box> </hbox> </vbox> |