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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
c5f80116
Commit
c5f80116
authored
9 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Plain Diff
git push origin develop
Merge branch 'gschratzer-patch-1' into develop
parents
3315978f
2c85cf24
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
htdocs/projet/element.php
+2
-2
2 additions, 2 deletions
htdocs/projet/element.php
with
2 additions
and
2 deletions
htdocs/projet/element.php
+
2
−
2
View file @
c5f80116
...
...
@@ -345,9 +345,9 @@ $langs->load("proposals");
$langs
->
load
(
"margins"
);
//print load_fiche_titre($langs->trans("Profit"),'','title_accountancy');
print
'<div class="
left
">'
.
img_picto
(
""
,
"title_accountancy"
)
.
' '
.
$langs
->
trans
(
"Profit"
)
.
'</div><br>'
;
print
'<div class="
center
">'
.
img_picto
(
""
,
"title_accountancy"
)
.
' '
.
$langs
->
trans
(
"Profit"
)
.
'</div><br>'
;
print
'<table class="noborder">'
;
print
'<table class="noborder"
width="100%"
>'
;
print
'<tr class="liste_titre">'
;
print
'<td align="left" width="200">'
.
$langs
->
trans
(
"Element"
)
.
'</td>'
;
print
'<td align="right" width="100">'
.
$langs
->
trans
(
"Number"
)
.
'</td>'
;
...
...
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