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:
Richard Jones
2005-03-23 14:22:31 +00:00
parent a851a67a74
commit d56f7afa9a

View File

@@ -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( '?' );