Reconfigure for GIT
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<%@ Register TagPrefix="dx" Namespace="DevExpress.Data" Assembly="DevExpress.Data.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" %>
|
||||
<%@ Register TagPrefix="dxpg" Namespace="DevExpress.Web" Assembly="DevExpress.Web.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" %>
|
||||
|
||||
<dxpg:ASPxPager runat="server" CssFilePath="~/App_Themes/RedWine/{0}/styles.css" CssPostfix="RedWine" SpriteCssFilePath="~/App_Themes/RedWine/{0}/sprite.css" CurrentPageNumberFormat="{0}" ShowNumericButtons="True">
|
||||
<Summary Visible="False" />
|
||||
<AllButton>
|
||||
</AllButton>
|
||||
<NextPageButton Visible="True">
|
||||
</NextPageButton>
|
||||
|
||||
<PrevPageButton Visible="True">
|
||||
</PrevPageButton>
|
||||
|
||||
<FirstPageButton Visible="True">
|
||||
</FirstPageButton>
|
||||
|
||||
<LastPageButton Visible="True">
|
||||
</LastPageButton>
|
||||
</dxpg:ASPxPager>
|
||||
|
||||
Reference in New Issue
Block a user