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
ade688b5
Commit
ade688b5
authored
Dec 26, 2014
by
Laurent Destailleur
Browse files
Options
Downloads
Plain Diff
Merge pull request #2174 from marcosgdf/bug-1723
Fix [ bug #1723 ] Draft tasks?
parents
b2d27a7d
743867b9
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
htdocs/langs/en_US/projects.lang
+1
-0
1 addition, 0 deletions
htdocs/langs/en_US/projects.lang
htdocs/langs/es_ES/projects.lang
+1
-0
1 addition, 0 deletions
htdocs/langs/es_ES/projects.lang
htdocs/projet/tasks/index.php
+1
-1
1 addition, 1 deletion
htdocs/projet/tasks/index.php
with
3 additions
and
1 deletion
htdocs/langs/en_US/projects.lang
+
1
−
0
View file @
ade688b5
...
...
@@ -3,6 +3,7 @@ RefProject=Ref. project
ProjectId=Project Id
Project=Project
Projects=Projects
ProjectStatus=Project status
SharedProject=Everybody
PrivateProject=Contacts of project
MyProjectsDesc=This view is limited to projects you are a contact for (whatever is the type).
...
...
This diff is collapsed.
Click to expand it.
htdocs/langs/es_ES/projects.lang
+
1
−
0
View file @
ade688b5
...
...
@@ -3,6 +3,7 @@ RefProject=Ref. proyecto
ProjectId=Id proyecto
Project=Proyecto
Projects=Proyectos
ProjectStatus=Estado del proyecto
SharedProject=Proyecto compartido
PrivateProject=Contactos del proyecto
MyProjectsDesc=Esta vista muestra aquellos proyectos en los que usted es un contacto afectado (cualquier tipo).
...
...
This diff is collapsed.
Click to expand it.
htdocs/projet/tasks/index.php
+
1
−
1
View file @
ade688b5
...
...
@@ -97,7 +97,7 @@ print '<table class="noborder" width="100%">';
print
'<tr class="liste_titre">'
;
print
'<td>'
.
$langs
->
trans
(
"Project"
)
.
'</td>'
;
print
'<td>'
.
$langs
->
trans
(
"Status"
)
.
'</td>'
;
print
'<td>'
.
$langs
->
trans
(
"
Project
Status"
)
.
'</td>'
;
print
'<td>'
.
$langs
->
trans
(
"RefTask"
)
.
'</td>'
;
print
'<td>'
.
$langs
->
trans
(
"LabelTask"
)
.
'</td>'
;
print
'<td align="center">'
.
$langs
->
trans
(
"DateStart"
)
.
'</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