view 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 source

<?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>