X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/36d1d6a42c18b4c7743c24ff3ebf02e81c470f7b..99d0bd2b810d7d4268c104d0a0ea8e67a63b55d2:/SL/Template/Plugin/L.pm diff --git a/SL/Template/Plugin/L.pm b/SL/Template/Plugin/L.pm index bf6c9d5c8..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, @_); @@ -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