projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b498a39
)
L.date_tag: kalenderpicker nicht anzeigen, wenn das Feld readonly ist.
author
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 18 Jan 2012 12:38:21 +0000
(13:38 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 18 Jan 2012 12:38:21 +0000
(13:38 +0100)
SL/Template/Plugin/L.pm
patch
|
blob
|
history
diff --git
a/SL/Template/Plugin/L.pm
b/SL/Template/Plugin/L.pm
index
bc38088
..
8d5b9f6
100644
(file)
--- a/
SL/Template/Plugin/L.pm
+++ b/
SL/Template/Plugin/L.pm
@@
-295,7
+295,7
@@
sub date_tag {
onChange => $onchange,
) : ()),
%params,
- ) . ((!$params{no_cal}) ?
+ ) . ((!$params{no_cal}
&& !$params{readonly}
) ?
$self->html_tag('img', undef,
src => 'image/calendar.png',
alt => $::locale->text('Calendar'),