{f:translate(key: 'findtasks')}
{f:translate(key: 'find')}
;+function ( $ ) { $(function () { $('.tx-timelog-projectsearch input').on('click',function () { var $parent = $(this).closest('.tx-timelog-projectsearch') $('.tlc-findfield',$parent).attr('value',''); }) }); }(jQuery);