File: field_layout_label

package info (click to toggle)
libhtml-formfu-perl 2.07000-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 4,392 kB
  • sloc: perl: 12,777; makefile: 9; sql: 5
file content (11 lines) | stat: -rw-r--r-- 427 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
[% tag=''; opts={}
%][% IF arguments.size
%][%    tag     = arguments.shift;
        content = arguments.shift;
        opts.content    = content;
        opts.attributes = self.label_attributes;
%][%    INCLUDE $self.layout_block_filename arguments=[tag, opts]
%][% ELSE
%][%    IF self.label.defined %]<[% self.label_tag %][% process_attrs(self.label_attributes) %]>[% self.label %]</[% self.label_tag
%]>[%   END
%][% END %]