Rev 14407 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14407 | Rev 17170 | ||
---|---|---|---|
Line 10... | Line 10... | ||
10 | !default table_center=center |
10 | !default table_center=center |
11 | !default table_spacer=yes |
11 | !default table_spacer=yes |
12 | !default table_scroll=yes |
12 | !default table_scroll=yes |
13 | 13 | ||
14 | !if $table_spacer=yes |
14 | !if $table_spacer=yes |
15 | !set table_spacer_class=<br class="spacer" |
15 | !set table_spacer_class=<br class="spacer"> |
16 | !else |
16 | !else |
17 | !reset table_spacer_class |
17 | !reset table_spacer_class |
18 | !endif |
18 | !endif |
19 | !if $table_scroll=yes |
19 | !if $table_scroll=yes |
20 | !set scroll_class=class="table-scroll" |
20 | !set scroll_class=class="table-scroll" |