File: content_button

package info (click to toggle)
libhtml-formfu-perl 0.09007-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,184 kB
  • sloc: perl: 13,186; makefile: 9; sql: 5
file content (1 line) | stat: -rw-r--r-- 219 bytes parent folder | download | duplicates (8)
1
[% WRAPPER field %]<button name="[% self.nested_name %]" type="[% self.field_type %]"[% IF self.value.defined %] value="[% self.value %]"[% END %][% process_attrs(self.attributes) %]>[% self.content %]</button>[% END %]