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
Xavier Bachelot
lemonldap-ng
Commits
578d0a0d
Commit
578d0a0d
authored
Dec 15, 2009
by
Clément OUDOT
Browse files
Add in li classes to enable CSS icon customization in IE 6
parent
703b3d64
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Menu.pm
View file @
578d0a0d
...
...
@@ -319,7 +319,7 @@ sub _displayApplication {
# Display application
$html
.=
"
<li title=
\"
$appid
\"
class=
\"
appname
\"
><span>
"
"
<li title=
\"
$appid
\"
class=
\"
appname
$appid
\"
><span>
"
.
(
$appuri
?
"
<a href=
\"
$appuri
\"
>
$appname
</a>
"
:
"
<a>
$appname
</a>
"
)
.
"
</span>
\n
";
my
@appnodes
=
$app
->
findnodes
("
application
");
...
...
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