<GuiXml>
	<Controls>
		<TopLevelControl>
			<Controls>
			  	<Control name="ClearAddonButton" inherits="ZO_DialogButton">
			        <Anchor point="RIGHT" relativeTo="ZO_AddOnsReloadUIButton" relativePoint="LEFT" offsetX="-35" />
			        <OnInitialized>
			        	self:SetParent(ZO_AddOns)
			            ZO_KeybindButtonTemplate_Setup(self, "ADDONS_CLEAR_ALL", function() AddonClearer:SetAddons(false) end, "Unselect All")
			        </OnInitialized>
			    </Control>
			    <Control name="SelectAddonButton" inherits="ZO_DialogButton">
			        <Anchor point="LEFT" relativeTo="ZO_AddOnsReloadUIButton" relativePoint="RIGHT" offsetX="35" />
			        <OnInitialized>
			        	self:SetParent(ZO_AddOns)
			            ZO_KeybindButtonTemplate_Setup(self, "ADDONS_SELECT_ALL", function() AddonClearer:SetAddons(true) end, "Select All")
			        </OnInitialized>
			    </Control>
			</Controls>
		</TopLevelControl>
	</Controls>
</GuiXml>