Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dolibarr_module_massupdaterights
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dolibarr extension
dolibarr_module_massupdaterights
Commits
1968511b
Commit
1968511b
authored
1 year ago
by
Patrice ANDREANI
Browse files
Options
Downloads
Patches
Plain Diff
Fix Nom fichier img
parent
db1d219b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
core/modules/modMassUpdateRights.class.php
+2
-2
2 additions, 2 deletions
core/modules/modMassUpdateRights.class.php
with
2 additions
and
2 deletions
core/modules/modMassUpdateRights.class.php
+
2
−
2
View file @
1968511b
...
...
@@ -84,9 +84,9 @@ class modMassUpdateRights extends DolibarrModules
// If file is in theme/yourtheme/img directory under name object_pictovalue.png, use this->picto='pictovalue'
// If file is in module/img directory under name object_pictovalue.png, use this->picto='pictovalue@module'
if
((
float
)
DOL_VERSION
<=
11.0
)
{
$this
->
picto
=
'
easya
@'
.
strtolower
(
$this
->
name
);
$this
->
picto
=
'
opendsi
@'
.
strtolower
(
$this
->
name
);
}
else
{
$this
->
picto
=
'
easya
_big@'
.
strtolower
(
$this
->
name
);
$this
->
picto
=
'
opendsi
_big@'
.
strtolower
(
$this
->
name
);
}
// Defined all module parts (triggers, login, substitutions, menus, css, etc...)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment