Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
ff843845
Commit
ff843845
authored
Oct 29, 2014
by
Thomas Müller
Browse files
Adding translations for settings
parent
c682b1f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
settings/templates/users/main.php
View file @
ff843845
...
...
@@ -17,6 +17,8 @@ $userlistParams['allGroups'] = json_encode($allGroups);
$items
=
array_flip
(
$userlistParams
[
'subadmingroups'
]);
unset
(
$items
[
'admin'
]);
$userlistParams
[
'subadmingroups'
]
=
array_flip
(
$items
);
translation
(
'settings'
);
?>
<div
id=
"app-navigation"
>
...
...
@@ -45,4 +47,4 @@ $userlistParams['subadmingroups'] = array_flip($items);
<div
id=
"app-content"
>
<?php
print_unescaped
(
$this
->
inc
(
'users/part.createuser'
));
?>
<?php
print_unescaped
(
$this
->
inc
(
'users/part.userlist'
,
$userlistParams
));
?>
</div>
\ No newline at end of file
</div>
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