comparison chrome/content/dialogs/update.xul @ 0:c14d52a3b2fe

initial import
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Mon, 11 Aug 2008 20:34:21 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:c14d52a3b2fe
1 <?xml version="1.0"?>
2
3 <?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
4
5 <!DOCTYPE dialog SYSTEM "chrome://switchproxy/locale/locale.dtd">
6
7 <dialog buttons="accept, cancel"
8 id="tinyUrlUpdate"
9 ondialogaccept="tinyurl_update_notifyToggle(); tinyurl_update_install(); return true;"
10 ondialogcancel="return tinyurl_update_notifyToggle();"
11 title="Upgrade TinyUrl Creator"
12 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
13
14 <script type="application/x-javascript" src="chrome://tinyurl/content/dialogs/update.js"></script>
15
16 <vbox style="width: 250px;">
17 <description>
18 A new version of the TinyUrl Creator is available. Would you like to install it now?
19 </description>
20 <checkbox label="Don't show this dialog again" id="tinyurl.update.notify" checked="false" />
21 </vbox>
22 </dialog>