- title => _H($::myconfig{dateformat}),
- onBlur => 'check_right_date_format(this)',
- ($onchange ? (
- onChange => $onchange,
- ) : ()),
- %params,
- ) . ((!$params{no_cal} && !$params{readonly}) ?
- $self->html_tag('img', undef,
- src => 'image/calendar.png',
- alt => $::locale->text('Calendar'),
- id => "trigger$seq",
- title => _H($::myconfig{dateformat}),