Design and CSS styles
Version 5.x > Design and CSS styles > question Document pager View modes: 
User avatar
Member
Member
rtapia-pragmatica.com - 6/1/2010 3:35:51 PM
   
question Document pager
hello

how can i change de Document Pager inside image gallery, to avoid the numbers appears 1 2 3 4..N only the box without the number

thank you

User avatar
Kentico Support
Kentico Support
kentico_radekm - 6/9/2010 1:58:26 PM
   
RE:question Document pager
Hello.

If I understand you well and you want to hide pager on Image gallery web part, you can simply edit /CMSWebParts/Viewers/Documents/ImageGallery.ascx file and change line:

<cms:DataPager ID="pagerElem" runat="server" ResultsFormat="" />

as follow:

<cms:DataPager ID="pagerElem" runat="server" ResultsFormat="" Visible="false" />

Best Regards,
Radek Macalik