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