File: formLabel%3Bmisc%3Bdefault

package info (click to toggle)
slash 2.2.6-8etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 3,672 kB
  • ctags: 1,915
  • sloc: perl: 23,113; sql: 1,878; sh: 433; makefile: 233
file content (24 lines) | stat: -rwxr-xr-x 328 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
__section__
default
__description__
Print a label next to a form element

* value = label
* comment = comment to put next to label
__title__

__page__
misc
__lang__
en_US
__name__
formLabel
__template__
<P><FONT COLOR="[% user.bg.3 %]"><B>[% value %]</B></FONT>
[% IF comment %]
([% comment %])
[% END %]
<BR>

__seclev__
10000