Reconfigure for GIT
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
<%@ Register TagPrefix="dx" Namespace="DevExpress.Data" Assembly="DevExpress.Data.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" %>
|
||||
<%@ Register TagPrefix="dxnc" Namespace="DevExpress.Web" Assembly="DevExpress.Web.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" %>
|
||||
|
||||
<dxnc:ASPxNewsControl runat="server" SpriteCssFilePath="~/App_Themes/Office2003Blue/{0}/sprite.css"
|
||||
CssFilePath="~/App_Themes/Office2003Blue/{0}/styles.css" CssPostfix="Office2003Blue"
|
||||
ItemSpacing="2px">
|
||||
<ItemDateStyle Spacing="0px" />
|
||||
<ItemContentStyle LineHeight="18px" />
|
||||
<ItemLeftPanelStyle Spacing="21px">
|
||||
<Paddings PaddingTop="2px" />
|
||||
</ItemLeftPanelStyle>
|
||||
<ItemSettings>
|
||||
<TailImage>
|
||||
<SpriteProperties CssClass="dxWeb_hlTail_Office2003Blue" />
|
||||
</TailImage>
|
||||
</ItemSettings>
|
||||
<PagerSettings CurrentPageNumberFormat="{0}">
|
||||
<AllButton Text="">
|
||||
</AllButton>
|
||||
|
||||
<FirstPageButton Text="">
|
||||
</FirstPageButton>
|
||||
|
||||
<LastPageButton Text="">
|
||||
</LastPageButton>
|
||||
|
||||
<NextPageButton Text="">
|
||||
</NextPageButton>
|
||||
|
||||
<PrevPageButton Text="">
|
||||
</PrevPageButton>
|
||||
</PagerSettings>
|
||||
</dxnc:ASPxNewsControl>
|
||||
|
||||
Reference in New Issue
Block a user