<?xml version="1.0" encoding="utf-8" ?>

<!-- Copyright (c) Microsoft Corporation. All rights reserved. -->

<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
  <CustomActionGroup
    Id="ReportServerSettingsLinks"
    Location="Microsoft.SharePoint.SiteSettings"
    Title="$Resources:ReportServerResources,ReportServerSiteSettingsGroupTitle;"
    ImageUrl="_layouts/images/ReportServer/48report_sp.gif"
    Sequence="50"
	/>
  <CustomAction
    Id="ReportServerSchedules"
    GroupId="ReportServerSettingsLinks"
    Location="Microsoft.SharePoint.SiteSettings"
    Sequence="50"
    Rights="ManageWeb"
    Title="$Resources:ReportServerResources,ScheduleList;">
    <UrlAction Url="~site/_layouts/ReportServer/ScheduleList.aspx"/>
  </CustomAction>
  <CustomAction
    Id="ReportServerSiteLevelSettings"
    GroupId="ReportServerSettingsLinks"
    Location="Microsoft.SharePoint.SiteSettings"
    Sequence="51"
    Rights="ManageWeb"
    Title="$Resources:ReportServerResources,SiteLevelSettings;">
    <UrlAction Url="~site/_layouts/ReportServer/SiteLevelSettings.aspx"/>
  </CustomAction>
</Elements>