Skip to content
GitLab
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
c92a34be
Commit
c92a34be
authored
Dec 19, 2007
by
Richard Mansfield
Browse files
Remove nonexistent strings
parent
acc30b53
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/admin/users/institutionusers.php
View file @
c92a34be
...
...
@@ -72,7 +72,6 @@ if ($usertype == 'requesters') {
// LHS shows users who have requested membership, RHS shows users to be added
$userlistelement
=
array
(
'title'
=>
get_string
(
'addnewmembers'
,
'admin'
),
'description'
=>
get_string
(
'addnewmembersdescription'
,
'admin'
),
'lefttitle'
=>
get_string
(
'usersrequested'
,
'admin'
),
'righttitle'
=>
get_string
(
'userstobeadded'
,
'admin'
),
'searchparams'
=>
array
(
'requested'
=>
1
),
...
...
@@ -83,7 +82,6 @@ if ($usertype == 'requesters') {
// LHS shows institution members, RHS shows users to be removed
$userlistelement
=
array
(
'title'
=>
get_string
(
'removeusersfrominstitution'
,
'admin'
),
'description'
=>
get_string
(
'removeusersdescription'
,
'admin'
),
'lefttitle'
=>
get_string
(
'currentmembers'
,
'admin'
),
'righttitle'
=>
get_string
(
'userstoberemoved'
,
'admin'
),
'searchparams'
=>
array
(
'member'
=>
1
),
...
...
@@ -96,7 +94,6 @@ if ($usertype == 'requesters') {
// RHS shows users to be invited
$userlistelement
=
array
(
'title'
=>
get_string
(
'inviteuserstojoin'
,
'admin'
),
'description'
=>
get_string
(
'inviteusersdescription'
,
'admin'
),
'lefttitle'
=>
get_string
(
'Non-members'
,
'admin'
),
'righttitle'
=>
get_string
(
'userstobeinvited'
,
'admin'
),
'searchparams'
=>
array
(
'member'
=>
0
,
'invited'
=>
0
,
'requested'
=>
0
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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