Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
b090a4d2
Commit
b090a4d2
authored
Jan 29, 2014
by
Florian Henry
Committed by
Jean-François Ferry
May 10, 2014
Browse files
Options
Downloads
Patches
Plain Diff
fix pb
parent
9de6368b
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
element_resource.php
+3
-3
3 additions, 3 deletions
element_resource.php
langs/fr_FR/resource.lang
+16
-0
16 additions, 0 deletions
langs/fr_FR/resource.lang
with
19 additions
and
3 deletions
element_resource.php
+
3
−
3
View file @
b090a4d2
...
@@ -184,9 +184,9 @@ else
...
@@ -184,9 +184,9 @@ else
if
(
$mode
==
'add'
&&
$resource_obj
==
$resource_type
)
if
(
$mode
==
'add'
&&
$resource_obj
==
$resource_type
)
{
{
//print '/'.$element_prop['module'].'/core/tpl/resource_'.$element_prop['element'].'_'.$mode.'.tpl.php';
//print '/'.$element_prop['module'].'/core/tpl/resource_'.$element_prop['element'].'_'.$mode.'.tpl.php'
.'<BR>'
;
$path
=
''
;
$path
=
$element_prop
[
'module'
]
;
if
(
strpos
(
$element_prop
[
'module'
],
'@'
))
if
(
strpos
(
$element_prop
[
'module'
],
'@'
))
$path
.
=
'/'
.
$element_prop
[
'module'
];
$path
.
=
'/'
.
$element_prop
[
'module'
];
...
...
This diff is collapsed.
Click to expand it.
langs/fr_FR/resource.lang
0 → 100755
+
16
−
0
View file @
b090a4d2
MenuResourceIndex=Resources
MenuResourcePlanning=Resource planning
DeleteResource=Delete resource
ConfirmDeleteResourceElement=Confirm delete the resource for this element
NoResourceInDatabase=Aucune resource en base de données.
NoResourceLinked=No resource linked
ResourcePageIndex=Resources list
ResourcesLinkedToElement=Resources linked to element
RessourceLineSuccessfullyUpdated=Resource successfully updated
RessourceLineSuccessfullyDeleted=Resource successfully deleted
ShowResourcePlanning=Show resource planning
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