{
List<ToolbarButton> buttons = new ArrayList<ToolbarButton>();
InterceptionPointVO interceptionPointVO = InterceptionPointController.getController().getInterceptionPointVOWithId(new Integer(request.getParameter("interceptionPointId")));
buttons.add(new ToolbarButton("",
getLocalizedString(locale, "tool.managementtool.deleteInterceptionPoints.header"),
getLocalizedString(locale, "tool.managementtool.deleteInterceptionPoints.header"),
"DeleteInterceptionPoint.action?interceptionPointId=" + interceptionPointVO.getId() + "&igSecurityCode=" + request.getSession().getAttribute("securityCode"),
"css/images/v3/deleteBackgroundWasteBasket.gif",
"left",
"delete",
false,
true,
getLocalizedString(locale, "tool.managementtool.deleteInterceptionPoint.header"),
getLocalizedString(locale, "tool.managementtool.deleteInterceptionPoint.text", new String[]{interceptionPointVO.getName()}),
"workIframe"));
buttons.add(new ToolbarButton("",
getLocalizedString(locale, "tool.contenttool.accessRights.header"),
getLocalizedString(locale, "tool.contenttool.accessRights.header"),
"ViewAccessRights!V3.action?interceptionPointCategory=" + interceptionPointVO.getCategory() + "&interceptionPointId=" + interceptionPointVO.getId() + "&returnAddress=ViewInlineOperationMessages.action&originalAddress=refreshParent",
"css/images/v3/accessRightsIcon.gif",
"accessRights",