diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/chrome/content/dialogs/update.xul	Mon Aug 11 20:34:21 2008 +0900
@@ -0,0 +1,22 @@
+<?xml version="1.0"?>
+
+<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
+
+<!DOCTYPE dialog SYSTEM "chrome://switchproxy/locale/locale.dtd">
+
+<dialog buttons="accept, cancel"
+        id="tinyUrlUpdate"
+        ondialogaccept="tinyurl_update_notifyToggle(); tinyurl_update_install(); return true;"
+        ondialogcancel="return tinyurl_update_notifyToggle();"
+        title="Upgrade TinyUrl Creator"
+        xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
+	
+    <script type="application/x-javascript" src="chrome://tinyurl/content/dialogs/update.js"></script>
+	
+	<vbox style="width: 250px;">
+		<description>
+			A new version of the TinyUrl Creator is available. Would you like to install it now?
+		</description>
+		<checkbox label="Don't show this dialog again" id="tinyurl.update.notify" checked="false" />
+	</vbox>
+</dialog>
\ No newline at end of file