diff chrome/content/options.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/options.xul	Mon Aug 11 20:34:21 2008 +0900
@@ -0,0 +1,19 @@
+<?xml version="1.0"?>
+<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
+
+<dialog id="TinyUrlOptions"
+		buttons="accept,cancel"
+        title="TinyUrl Creator Options"
+		ondialogaccept="return tinyurl_options_save();"
+		ondialogcancel="return true;"
+		onload="copyplaintext_options_init();"
+        xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
+	
+	<script type="application/x-javascript" src="chrome://tinyurl/content/options.js"></script>
+	<groupbox>
+		<caption label="Confirmation" />
+		
+		<checkbox id="confirm-hide" label="Make confirmation box automatically hide when it looses focus" />
+	</groupbox>
+	
+</dialog>
\ No newline at end of file