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
ec0157d0
Commit
ec0157d0
authored
Sep 29, 2014
by
Côme Bernigaud
Committed by
Benoit Mortier
Sep 29, 2014
Browse files
Fixes
#3299
Use relative path for geticon
parent
32bca2ae
Changes
4
Hide whitespace changes
Inline
Side-by-side
plugins/admin/departments/class_department.inc
View file @
ec0157d0
...
...
@@ -40,7 +40,7 @@ class department extends simplePlugin
'name'
=>
_
(
'Department'
),
'filter'
=>
'(&(objectClass=organizationalUnit)(objectClass=gosaDepartment))'
,
'ou'
=>
''
,
'icon'
=>
'
/fusiondirectory/
geticon.php?context=places&icon=folder&size=16'
,
'icon'
=>
'geticon.php?context=places&icon=folder&size=16'
,
'tabClass'
=>
'deptabs'
,
'mainAttr'
=>
self
::
$namingAttr
,
)
...
...
plugins/admin/departments/class_departmentManagement.inc
View file @
ec0157d0
...
...
@@ -33,7 +33,7 @@ class departmentManagement extends simpleManagement
return
array
(
'plShortName'
=>
_
(
'Departments'
),
'plDescription'
=>
_
(
'Manage departments'
),
'plIcon'
=>
'
/fusiondirectory/
geticon.php?context=places&icon=folder&size=48'
,
'plIcon'
=>
'geticon.php?context=places&icon=folder&size=48'
,
'plSection'
=>
array
(
'admin'
=>
array
(
'name'
=>
_
(
'Administration'
),
'priority'
=>
0
)),
'plPriority'
=>
0
,
'plManages'
=>
self
::
getDepartmentTypes
(),
...
...
plugins/admin/ogroups/class_ogroupManagement.inc
View file @
ec0157d0
...
...
@@ -34,7 +34,7 @@ class ogroupManagement extends simpleManagement
return
array
(
'plShortName'
=>
_
(
'Object groups'
),
'plDescription'
=>
_
(
'Manage object groups'
),
'plIcon'
=>
'
/fusiondirectory/
geticon.php?context=types&icon=resource-group&size=48'
,
'plIcon'
=>
'geticon.php?context=types&icon=resource-group&size=48'
,
'plSection'
=>
'admin'
,
'plManages'
=>
array
(
'ogroup'
),
'plPriority'
=>
3
,
...
...
plugins/personal/password/class_password.inc
View file @
ec0157d0
...
...
@@ -202,7 +202,7 @@ class password extends plugin
"plPriority"
=>
10
,
"plCategory"
=>
array
(
"user"
),
"plSection"
=>
"personal"
,
"plIcon"
=>
'
/fusiondirectory/
geticon.php?context=status&icon=dialog-password&size=48'
,
"plIcon"
=>
'geticon.php?context=status&icon=dialog-password&size=48'
,
"plProvidedAcls"
=>
array
(
"userPassword"
=>
_
(
"Change user password"
),
...
...
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