﻿<Ui xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.blizzard.com/wow/ui/">
	<Script file="Options.lua"></Script>

	<Frame name="DataStoreInventoryOptions" hidden="true">
		<Size>
			<AbsDimension x="615" y="306"/>
		</Size>
		<Frames>
			<CheckButton name="$parent_AutoClearGuildInventory" inherits="InterfaceOptionsSmallCheckButtonTemplate">
				<Size>
					<AbsDimension x="20" y="20"/>
				</Size>
				<Anchors> 
					<Anchor point="TOPLEFT">
						<Offset>
							<AbsDimension x="40" y="-40" />
						</Offset>
					</Anchor>
				</Anchors>      
				<Scripts>
					<OnClick>
						DataStore:ToggleOption(self, "DataStore_Inventory", "AutoClearGuildInventory")
					</OnClick>
				</Scripts>
			</CheckButton>
			<CheckButton name="$parent_BroadcastAiL" inherits="InterfaceOptionsSmallCheckButtonTemplate">
				<Size>
					<AbsDimension x="20" y="20"/>
				</Size>
				<Anchors> 
					<Anchor point="TOP" relativeTo="$parent_AutoClearGuildInventory" relativePoint="BOTTOM" >
						<Offset>
							<AbsDimension  x="0" y="-10"/>
						</Offset>
					</Anchor>
				</Anchors>
				<Scripts>
					<OnClick>
						DataStore:ToggleOption(self, "DataStore_Inventory", "BroadcastAiL")
					</OnClick>
				</Scripts>
			</CheckButton>
			<CheckButton name="$parent_EquipmentRequestNotification" inherits="InterfaceOptionsSmallCheckButtonTemplate">
				<Size>
					<AbsDimension x="20" y="20"/>
				</Size>
				<Anchors> 
					<Anchor point="TOP" relativeTo="$parent_BroadcastAiL" relativePoint="BOTTOM" >
						<Offset>
							<AbsDimension  x="0" y="-10"/>
						</Offset>
					</Anchor>
				</Anchors>
				<Scripts>
					<OnClick>
						DataStore:ToggleOption(self, "DataStore_Inventory", "EquipmentRequestNotification")
					</OnClick>
				</Scripts>
			</CheckButton>
		</Frames>
	</Frame>
	
</Ui>
