X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FTemplate%2FPlugin%2FL.pm;h=0b0c760ec661a2d94591f1c60e006029ff4367ab;hb=965a8ee142a6cd21c3056eacaa01a01818032c3e;hp=56dd4fbe895bb46e7a54a81dd31587039a14c7f2;hpb=aa63ebae1c0a758ec438c594acb328b1f0e5e001;p=kivitendo-erp.git diff --git a/SL/Template/Plugin/L.pm b/SL/Template/Plugin/L.pm index 56dd4fbe8..0b0c760ec 100644 --- a/SL/Template/Plugin/L.pm +++ b/SL/Template/Plugin/L.pm @@ -76,6 +76,7 @@ sub project_picker { return _call_presenter('project_picker', sub button_tag { return _call_presenter('button_tag', @_); } sub submit_tag { return _call_presenter('submit_tag', @_); } sub ajax_submit_tag { return _call_presenter('ajax_submit_tag', @_); } +sub link { return _call_presenter('link', @_); } sub _set_id_attribute { my ($attributes, $name, $unique) = @_; @@ -138,14 +139,6 @@ sub li_tag { return $self->html_tag('li', $content, @slurp); } -sub link { - my ($self, $href, $content, %params) = _hashify(3, @_); - - $href ||= '#'; - - return $self->html_tag('a', $content, %params, href => $href); -} - sub yes_no_tag { my ($self, $name, $value, %attributes) = _hashify(3, @_); @@ -181,7 +174,7 @@ sub date_tag { return $self->input_tag( $name, blessed($value) ? $value->to_lxoffice : $value, size => 11, - onblur => "check_right_date_format(this);", + onchange => "check_right_date_format(this);", %params, %class, @onchange, ); @@ -479,8 +472,14 @@ The following functions are just forwarded to L: =item * C +=item * C + +=item * C + =item * C +=item * C + =back Available high-level functions implemented in this module: @@ -494,32 +493,12 @@ calling L. C<$value> determines which entry is selected. The C<%attributes> are passed through to L. -=item C - -Creates a HTML 'input type=hidden' tag named C<$name> with the value -C<$value> and with arbitrary HTML attributes from C<%attributes>. The -tag's C defaults to C. - =item C Creates a HTML 'textarea' tag named C<$name> with the content C<$value> and with arbitrary HTML attributes from C<%attributes>. The tag's C defaults to C. -=item C - -Creates a HTML 'input type=checkbox' tag named C<$name> with arbitrary -HTML attributes from C<%attributes>. The tag's C defaults to -C. The tag's C defaults to C<1>. - -If C<%attributes> contains a key C