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
103bd6ac
Commit
103bd6ac
authored
Nov 27, 2007
by
Richard Mansfield
Browse files
Admin Manage Users link goes to search by default
parent
5222d3cb
Changes
2
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/web.php
View file @
103bd6ac
...
@@ -1336,14 +1336,14 @@ function admin_nav() {
...
@@ -1336,14 +1336,14 @@ function admin_nav() {
),
),
array
(
array
(
'path'
=>
'configusers'
,
'path'
=>
'configusers'
,
'url'
=>
'admin/users/s
uspended
.php'
,
'url'
=>
'admin/users/s
earch
.php'
,
'title'
=>
get_string
(
'configusers'
,
'admin'
),
'title'
=>
get_string
(
'configusers'
,
'admin'
),
'weight'
=>
30
,
'weight'
=>
30
,
),
),
array
(
array
(
'path'
=>
'configusers/
s
us
pendedusers
'
,
'path'
=>
'configusers/us
ersearch
'
,
'url'
=>
'admin/users/s
uspended
.php'
,
'url'
=>
'admin/users/s
earch
.php'
,
'title'
=>
get_string
(
'
s
us
pendedusers
'
,
'admin'
),
'title'
=>
get_string
(
'us
ersearch
'
,
'admin'
),
'weight'
=>
10
,
'weight'
=>
10
,
),
),
array
(
array
(
...
@@ -1377,9 +1377,9 @@ function admin_nav() {
...
@@ -1377,9 +1377,9 @@ function admin_nav() {
'weight'
=>
60
,
'weight'
=>
60
,
),
),
array
(
array
(
'path'
=>
'configusers/us
ersearch
'
,
'path'
=>
'configusers/
s
us
pendedusers
'
,
'url'
=>
'admin/users/s
earch
.php'
,
'url'
=>
'admin/users/s
uspended
.php'
,
'title'
=>
get_string
(
'us
ersearch
'
,
'admin'
),
'title'
=>
get_string
(
'
s
us
pendedusers
'
,
'admin'
),
'weight'
=>
70
,
'weight'
=>
70
,
),
),
array
(
array
(
...
...
htdocs/theme/default/templates/admin/index.tpl
View file @
103bd6ac
...
@@ -38,13 +38,13 @@
...
@@ -38,13 +38,13 @@
</li>
</li>
<li><h3>
{
str
tag
=
configusers
section
=
admin
}
</h3>
<li><h3>
{
str
tag
=
configusers
section
=
admin
}
</h3>
<ul>
<ul>
<li><strong><a
href=
"
{
$WWWROOT
}
admin/users/s
uspended
.php"
>
{
str
tag
=
s
us
pendedusers
section
=
admin
}
</a></strong>
-
{
str
tag
=
s
us
pendedusers
description
section
=
admin
}
</li>
<li><strong><a
href=
"
{
$WWWROOT
}
admin/users/s
earch
.php"
>
{
str
tag
=
us
ersearch
section
=
admin
}
</a></strong>
-
{
str
tag
=
us
ersearch
description
section
=
admin
}
</li>
<li><strong><a
href=
"
{
$WWWROOT
}
admin/users/staff.php"
>
{
str
tag
=
staffusers
section
=
admin
}
</a></strong>
-
{
str
tag
=
staffusersdescription
section
=
admin
}
</li>
<li><strong><a
href=
"
{
$WWWROOT
}
admin/users/staff.php"
>
{
str
tag
=
staffusers
section
=
admin
}
</a></strong>
-
{
str
tag
=
staffusersdescription
section
=
admin
}
</li>
<li><strong><a
href=
"
{
$WWWROOT
}
admin/users/admins.php"
>
{
str
tag
=
adminusers
section
=
admin
}
</a></strong>
-
{
str
tag
=
adminusersdescription
section
=
admin
}
</li>
<li><strong><a
href=
"
{
$WWWROOT
}
admin/users/admins.php"
>
{
str
tag
=
adminusers
section
=
admin
}
</a></strong>
-
{
str
tag
=
adminusersdescription
section
=
admin
}
</li>
<li><strong><a
href=
"
{
$WWWROOT
}
admin/users/notifications.php"
>
{
str
tag
=
adminnotifications
section
=
admin
}
</a></strong>
-
{
str
tag
=
adminnotificationsdescription
section
=
admin
}
</li>
<li><strong><a
href=
"
{
$WWWROOT
}
admin/users/notifications.php"
>
{
str
tag
=
adminnotifications
section
=
admin
}
</a></strong>
-
{
str
tag
=
adminnotificationsdescription
section
=
admin
}
</li>
<li><strong><a
href=
"
{
$WWWROOT
}
admin/users/institutions.php"
>
{
str
tag
=
institutions
section
=
admin
}
</a></strong>
-
{
str
tag
=
institutionsdescription
section
=
admin
}
</li>
<li><strong><a
href=
"
{
$WWWROOT
}
admin/users/institutions.php"
>
{
str
tag
=
institutions
section
=
admin
}
</a></strong>
-
{
str
tag
=
institutionsdescription
section
=
admin
}
</li>
<li><strong><a
href=
"
{
$WWWROOT
}
admin/users/uploadcsv.php"
>
{
str
tag
=
uploadcsv
section
=
admin
}
</a></strong>
-
{
str
tag
=
uploadcsvdescription
section
=
admin
}
</li>
<li><strong><a
href=
"
{
$WWWROOT
}
admin/users/uploadcsv.php"
>
{
str
tag
=
uploadcsv
section
=
admin
}
</a></strong>
-
{
str
tag
=
uploadcsvdescription
section
=
admin
}
</li>
<li><strong><a
href=
"
{
$WWWROOT
}
admin/users/s
earch
.php"
>
{
str
tag
=
us
ersearch
section
=
admin
}
</a></strong>
-
{
str
tag
=
us
ersearch
description
section
=
admin
}
</li>
<li><strong><a
href=
"
{
$WWWROOT
}
admin/users/s
uspended
.php"
>
{
str
tag
=
s
us
pendedusers
section
=
admin
}
</a></strong>
-
{
str
tag
=
s
us
pendedusers
description
section
=
admin
}
</li>
</ul>
</ul>
</li>
</li>
<li><h3>
{
str
tag
=
configextensions
section
=
admin
}
</h3>
<li><h3>
{
str
tag
=
configextensions
section
=
admin
}
</h3>
...
...
Write
Preview
Markdown
is supported
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