Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
1d7d32fc
Commit
1d7d32fc
authored
Aug 12, 2008
by
Richard Mansfield
Browse files
Add Institution Views/Files to Institutional admin menu
parent
67c0f96a
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/web.php
View file @
1d7d32fc
...
...
@@ -1565,13 +1565,13 @@ function institutional_admin_nav() {
array
(
'path'
=>
'manageinstitutions/institutions'
,
'url'
=>
'admin/users/institutions.php'
,
'title'
=>
get_string
(
'
institutionsettings'
,
'admin
'
),
'title'
=>
get_string
(
'
settings
'
),
'weight'
=>
10
,
),
array
(
'path'
=>
'manageinstitutions/institutionusers'
,
'url'
=>
'admin/users/institutionusers.php'
,
'title'
=>
get_string
(
'
institutionm
embers'
,
'admin'
),
'title'
=>
get_string
(
'
M
embers'
,
'admin'
),
'weight'
=>
20
,
),
array
(
...
...
@@ -1592,6 +1592,18 @@ function institutional_admin_nav() {
'title'
=>
get_string
(
'adminnotifications'
,
'admin'
),
'weight'
=>
50
,
),
array
(
'path'
=>
'manageinstitutions/institutionviews'
,
'url'
=>
'view/institutionviews.php'
,
'title'
=>
get_string
(
'views'
),
'weight'
=>
60
,
),
array
(
'path'
=>
'manageinstitutions/institutionfiles'
,
'url'
=>
'artefact/file/institutionfiles.php'
,
'title'
=>
get_string
(
'Files'
,
'artefact.file'
),
'weight'
=>
70
,
),
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment