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
21fe55af
Commit
21fe55af
authored
17 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Fix: Corrige pb date calendrier non clicable si cal ouvert par doubleclic
parent
635a4925
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
htdocs/lib/lib_head.js
+6
-5
6 additions, 5 deletions
htdocs/lib/lib_head.js
with
6 additions
and
5 deletions
htdocs/lib/lib_head.js
+
6
−
5
View file @
21fe55af
...
@@ -67,13 +67,14 @@ function company_save_refresh()
...
@@ -67,13 +67,14 @@ function company_save_refresh()
function
showDP
(
base
,
dateFieldID
,
format
)
function
showDP
(
base
,
dateFieldID
,
format
)
{
{
showDP
.
datefieldID
=
dateFieldID
;
var
dateField
=
getObjectFromID
(
dateFieldID
);
//check to see if another box is already showing
//check to see if another box is already showing
var
alreadybox
=
getObjectFromID
(
"
DPCancel
"
);
var
alreadybox
=
getObjectFromID
(
"
DPCancel
"
);
if
(
alreadybox
)
closeDPBox
();
if
(
alreadybox
)
closeDPBox
();
// This erase value of showDP.datefieldID
//alert("showDP "+dateFieldID);
showDP
.
datefieldID
=
dateFieldID
;
// Must be after the close
var
dateField
=
getObjectFromID
(
dateFieldID
);
//get positioning
//get positioning
var
thetop
=
getTop
(
dateField
)
+
dateField
.
offsetHeight
;
var
thetop
=
getTop
(
dateField
)
+
dateField
.
offsetHeight
;
...
...
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