<Ui>
	<!--
*******************************************************************************
	ColumnDisplayTemplate
	This template will handle the column headers for a list. Currently, any
	adjoining scroll frame or list needs to be spaced manually to line up with
	the columns. It might be cool to support an API for displaying data with
	default behavior. That would lose us some flexibility though, and is
	outside the current scope (when this comment was written).
*******************************************************************************
-->

	<Button name="AuctionatorRetailImportColumnDisplayButtonShortTemplate" virtual="true">
		<Size x="10" y="19"/>
		<Layers>
			<Layer level="BACKGROUND">
				<Texture parentKey="Left" file="Interface\FriendsFrame\WhoFrame-ColumnTabs">
					<Size x="5" y="19"/>
					<Anchors>
						<Anchor point="TOPLEFT"/>
					</Anchors>
					<TexCoords left="0" right="0.078125" top="0" bottom="0.59375"/>
				</Texture>
				<Texture parentKey="Right" file="Interface\FriendsFrame\WhoFrame-ColumnTabs">
					<Size x="4" y="19"/>
					<Anchors>
						<Anchor point="BOTTOMRIGHT"/>
					</Anchors>
					<TexCoords left="0.90625" right="0.96875" top="0" bottom="0.59375"/>
				</Texture>
				<Texture parentKey="Middle" file="Interface\FriendsFrame\WhoFrame-ColumnTabs">
					<Size x="0" y="19"/>
					<Anchors>
						<Anchor point="LEFT" relativeKey="$parent.Left" relativePoint="RIGHT"/>
						<Anchor point="RIGHT" relativeKey="$parent.Right" relativePoint="LEFT"/>
					</Anchors>
					<TexCoords left="0.078125" right="0.90625" top="0" bottom="0.59375"/>
				</Texture>
			</Layer>
		</Layers>
		<ButtonText parentKey="Text">
			<Anchors>
				<Anchor point="LEFT" x="8" y="0"/>
			</Anchors>
		</ButtonText>
		<NormalFont style="GameFontHighlightSmall"/>
		<HighlightTexture file="Interface\PaperDollInfoFrame\UI-Character-Tab-Highlight" alphaMode="ADD">
			<Anchors>
				<Anchor point="TOPLEFT" x="0" y="0"/>
				<Anchor point="BOTTOMRIGHT" x="4" y="-2"/>
			</Anchors>
		</HighlightTexture>
	</Button>

	<Button name="AuctionatorRetailImportUIStaticPopupSpecialCloseButton" inherits="UIPanelCloseButtonNoScripts" virtual="true">
		<Scripts>
			<OnClick>
        StaticPopupSpecial_Hide(self:GetParent());
      </OnClick>
		</Scripts>
	</Button>
</Ui>
