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
2cc24db6
Commit
2cc24db6
authored
8 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Fix typo
parent
c939273f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
htdocs/core/lib/agenda.lib.php
+1
-1
1 addition, 1 deletion
htdocs/core/lib/agenda.lib.php
htdocs/langs/en_US/agenda.lang
+1
-0
1 addition, 0 deletions
htdocs/langs/en_US/agenda.lang
with
2 additions
and
1 deletion
htdocs/core/lib/agenda.lib.php
+
1
−
1
View file @
2cc24db6
...
...
@@ -76,7 +76,7 @@ function print_actions_filter($form, $canedit, $status, $year, $month, $day, $sh
print
$langs
->
trans
(
"ActionsToDoBy"
)
.
' '
;
print
'</td><td class="nowrap maxwidthonsmartphone" style="padding-bottom: 2px; padding-right: 4px;">'
;
print
$form
->
select_dolusers
(
$filtert
,
'usertodo'
,
1
,
''
,
!
$canedit
,
''
,
''
,
0
,
0
,
0
,
''
,
0
,
''
,
'maxwidth300'
);
if
(
empty
(
$conf
->
dol_optimize_smallscreen
))
print
' '
.
$langs
->
trans
(
"or"
)
.
' '
.
$langs
->
trans
(
"Group"
)
.
' '
;
if
(
empty
(
$conf
->
dol_optimize_smallscreen
))
print
' '
.
$langs
->
trans
(
"or"
)
.
' '
.
$langs
->
trans
(
"
ToUserOf
Group"
)
.
' '
;
print
$form
->
select_dolgroups
(
$usergroupid
,
'usergroup'
,
1
,
''
,
!
$canedit
);
print
'</td></tr>'
;
...
...
This diff is collapsed.
Click to expand it.
htdocs/langs/en_US/agenda.lang
+
1
−
0
View file @
2cc24db6
...
...
@@ -17,6 +17,7 @@ MyEvents=My events
OtherEvents=Other events
ListOfActions=List of events
Location=Location
ToUserOfGroup=To any user in group
EventOnFullDay=Event on all day(s)
SearchAnAction= Search an event/task
MenuToDoActions=All incomplete events
...
...
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