mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
updated admin menu
This commit is contained in:
@@ -1143,6 +1143,10 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
"menu.section.admin_search": "Admin Search",
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
"menu.section.browse_community": "This Community",
|
"menu.section.browse_community": "This Community",
|
||||||
|
|
||||||
"menu.section.browse_community_by_author": "By Author",
|
"menu.section.browse_community_by_author": "By Author",
|
||||||
@@ -1193,18 +1197,10 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
"menu.section.find": "Find",
|
|
||||||
|
|
||||||
"menu.section.find_items": "Items",
|
|
||||||
|
|
||||||
"menu.section.find_private_items": "Private Items",
|
|
||||||
|
|
||||||
"menu.section.find_withdrawn_items": "Withdrawn Items",
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
"menu.section.icon.access_control": "Access Control menu section",
|
"menu.section.icon.access_control": "Access Control menu section",
|
||||||
|
|
||||||
|
"menu.section.icon.admin_search": "Admin search menu section",
|
||||||
|
|
||||||
"menu.section.icon.control_panel": "Control Panel menu section",
|
"menu.section.icon.control_panel": "Control Panel menu section",
|
||||||
|
|
||||||
"menu.section.icon.curation_task": "Curation Task menu section",
|
"menu.section.icon.curation_task": "Curation Task menu section",
|
||||||
|
@@ -350,53 +350,19 @@ export class AdminSidebarComponent extends MenuComponent implements OnInit {
|
|||||||
link: ''
|
link: ''
|
||||||
} as LinkMenuItemModel,
|
} as LinkMenuItemModel,
|
||||||
},
|
},
|
||||||
|
/* Admin Search */
|
||||||
/* Search */
|
|
||||||
{
|
{
|
||||||
id: 'find',
|
id: 'admin_search',
|
||||||
active: false,
|
active: false,
|
||||||
visible: true,
|
visible: true,
|
||||||
model: {
|
model: {
|
||||||
type: MenuItemType.TEXT,
|
type: MenuItemType.LINK,
|
||||||
text: 'menu.section.find'
|
text: 'menu.section.admin_search',
|
||||||
} as TextMenuItemModel,
|
link: '/admin/search'
|
||||||
|
} as LinkMenuItemModel,
|
||||||
icon: 'search',
|
icon: 'search',
|
||||||
index: 5
|
index: 5
|
||||||
},
|
},
|
||||||
{
|
|
||||||
id: 'find_items',
|
|
||||||
parentID: 'find',
|
|
||||||
active: false,
|
|
||||||
visible: true,
|
|
||||||
model: {
|
|
||||||
type: MenuItemType.LINK,
|
|
||||||
text: 'menu.section.find_items',
|
|
||||||
link: '/search'
|
|
||||||
} as LinkMenuItemModel,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 'find_withdrawn_items',
|
|
||||||
parentID: 'find',
|
|
||||||
active: false,
|
|
||||||
visible: true,
|
|
||||||
model: {
|
|
||||||
type: MenuItemType.LINK,
|
|
||||||
text: 'menu.section.find_withdrawn_items',
|
|
||||||
link: ''
|
|
||||||
} as LinkMenuItemModel,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 'find_private_items',
|
|
||||||
parentID: 'find',
|
|
||||||
active: false,
|
|
||||||
visible: true,
|
|
||||||
model: {
|
|
||||||
type: MenuItemType.LINK,
|
|
||||||
text: 'menu.section.find_private_items',
|
|
||||||
link: ''
|
|
||||||
} as LinkMenuItemModel,
|
|
||||||
},
|
|
||||||
|
|
||||||
/* Registries */
|
/* Registries */
|
||||||
{
|
{
|
||||||
id: 'registries',
|
id: 'registries',
|
||||||
|
Reference in New Issue
Block a user