We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b911f20 commit 88e6d26Copy full SHA for 88e6d26
gallery/gallery-war/src/main/webapp/WEB-INF/tags/silverpeas/gallery/viewMediaLayout.tag
@@ -206,9 +206,7 @@
206
207
<view:frame>
208
<form name="mediaForm" method="post" accept-charset="UTF-8" action="#">
209
- <div id="pagination">
210
- <viewTags:displayIndex nbItems="${requestScope.NbMedia}" index="${requestScope.Rang}" linkSuffix="Media"/>
211
- </div>
+ <viewTags:displayIndex nbItems="${requestScope.NbMedia}" index="${requestScope.Rang}" linkSuffix="Media"/>
212
213
<!-- button to go back to search results or current folder -->
214
<fmt:message key="GML.back" var="backLabel"/>
0 commit comments