mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 10:04:21 +00:00
add link to statistics from admin navigation
git-svn-id: http://scm.dspace.org/svn/repo/trunk@1196 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -86,6 +86,9 @@
|
|||||||
labels.add("Supervisors");
|
labels.add("Supervisors");
|
||||||
links.add("/dspace-admin/supervise");
|
links.add("/dspace-admin/supervise");
|
||||||
|
|
||||||
|
labels.add("Statistics");
|
||||||
|
links.add("/statistics");
|
||||||
|
|
||||||
// Get the current page, minus query string
|
// Get the current page, minus query string
|
||||||
String currentPage = UIUtil.getOriginalURL(request);
|
String currentPage = UIUtil.getOriginalURL(request);
|
||||||
int c = currentPage.indexOf( '?' );
|
int c = currentPage.indexOf( '?' );
|
||||||
|
Reference in New Issue
Block a user