//TODO:PB:OLAT-4047 permsharp = createVelocityContainer("permsharp");
//TODO:PB:OLAT-4047 Panel p = new Panel("refreshpermlink");
//TODO:PB:OLAT-4047 p.setContent(permsharp);
//TODO:PB:OLAT-4047 topNavVC.put("refreshpermlink",p);
ClipboardService cps = (ClipboardService) ureq.getUserSession().getServiceInstance(ClipboardService.class);
clipboardC = cps.onceGetClipboardUI().createController(ureq, getWindowControl());
listenTo(clipboardC);
//topNavVC.put("clipboard", clipboardC.getInitialComponent());
//TODO:PB:OLAT-4047 getWindowControl().getWindowBackOffice().addCycleListener(this);//receive events to adjust URL
putInitialPanel(topNavVC);
}