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
24feb746
Commit
24feb746
authored
Oct 30, 2014
by
Thomas Müller
Browse files
fixing ldap listing in admin sidebar - needs styling review
parent
d9db791c
Changes
1
Hide whitespace changes
Inline
Side-by-side
apps/user_ldap/templates/settings.php
View file @
24feb746
<form
id=
"ldap"
action=
"#"
method=
"post"
>
<div
id=
"ldapSettings"
class=
"section"
>
<div
id=
"ldapSettings"
class=
"section"
>
<h2>
<?php
p
(
$l
->
t
(
'LDAP'
));
?>
</h2>
<form
id=
"ldap"
action=
"#"
method=
"post"
>
<ul>
<?php
foreach
(
$_
[
'toc'
]
as
$id
=>
$title
)
{
?>
<li
id=
"
<?php
p
(
$id
);
?>
"
><a
href=
"
<?php
p
(
$id
);
?>
"
>
<?php
p
(
$title
);
?>
</a></li>
...
...
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