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
fusiondirectory
fusiondirectory
Commits
1d98e63e
Commit
1d98e63e
authored
Sep 16, 2014
by
Côme Bernigaud
Committed by
Benoit Mortier
Sep 16, 2014
Browse files
Fixes
#1887
Fixed template creation menu style
parent
96a77084
Changes
2
Hide whitespace changes
Inline
Side-by-side
html/themes/default/style.css
View file @
1d98e63e
...
...
@@ -498,7 +498,7 @@ float:none;
}
/* End IE5-Mac hack */
#pulldown
ul
.level2
,
#pulldown
ul
.level3
{
#pulldown
ul
ul
{
position
:
absolute
;
top
:
0
;
left
:
0
;
...
...
@@ -510,7 +510,7 @@ border-right:1px gray solid;
background
:
#FFF
;
}
#pulldown
ul
.level2
li
,
#pulldown
ul
.level3
li
{
#pulldown
ul
ul
li
{
border-bottom
:
1px
solid
#fff
;
float
:
none
;
margin
:
0
;
...
...
@@ -518,11 +518,11 @@ padding:0;
width
:
200px
;
}
#pulldown
ul
.level2
li
a
,
#pulldown
ul
.level3
li
a
{
#pulldown
ul
ul
li
a
{
padding
:
5px
9px
5px
5px
;
}
#pulldown
ul
.level2
li
a
:hover
,
#pulldown
ul
.level3
li
a
:hover
{
#pulldown
ul
ul
li
a
:hover
{
font-weight
:
normal
;
background-color
:
#418DD4
;
background-image
:
none
;
...
...
include/class_filterLDAP.inc
View file @
1d98e63e
...
...
@@ -183,12 +183,12 @@ class filterLDAP {
// Check entry permission
$obj
=
$parent
->
headpage
->
getObjectTypeInfos
(
$dn
,
$attrs
);
if
(
isset
(
$obj
[
'category'
]))
{
$o
=
$obj
[
'category'
]
.
"/"
.
$obj
[
'class'
];
if
(
preg_match
(
"
/r/
"
,
$ui
->
get_permissions
(
$dn
,
$o
)))
{
$o
=
$obj
[
'category'
]
.
'/'
.
$obj
[
'class'
];
if
(
preg_match
(
'
/r/
'
,
$ui
->
get_permissions
(
$dn
,
$o
)))
{
$result
[]
=
$attrs
;
}
}
else
{
@
DEBUG
(
DEBUG_TRACE
,
__LINE__
,
__FUNCTION__
,
__FILE__
,
$dn
,
"Invalid objectType given
, please check listing.xml
"
);
@
DEBUG
(
DEBUG_TRACE
,
__LINE__
,
__FUNCTION__
,
__FILE__
,
$dn
,
"Invalid objectType given
!
"
);
}
}
}
...
...
Côme Chilliet
@cchilliet
mentioned in issue
#663 (closed)
·
Sep 02, 2017
mentioned in issue
#663 (closed)
mentioned in issue #663
Toggle commit list
Write
Preview
Supports
Markdown
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