Rev 14912 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14912 | Rev 14924 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | name_title=$name_configuration |
1 | name_title=$name_configuration |
2 | !if $save!=$empty |
2 | !if $save!=$empty |
3 | $cf_refresh_timing |
3 | $cf_refresh_timing |
4 | !bound cf_refreshtiming between $msg_min_timing and 1000 default $tchat_refreshtiming |
4 | !bound cf_refreshtiming between $msg_min_timing and 1000 default $tchat_refreshtiming |
5 | !bound cf_open within yes,no default $tchat_open |
5 | !bound cf_open within yes,no default $tchat_open |
- | 6 | !bound cf_onlynonempty within yes,no default $tchat_onlynonempty |
|
6 | !setdef !set tchat_refreshtiming=$cf_refreshtiming\ |
7 | !setdef !set tchat_refreshtiming=$cf_refreshtiming\ |
- | 8 | !set tchat_open=$cf_open\ |
|
7 |
|
9 | !set tchat_onlynonempty=$cf_onlynonempty in wimshome/log/classes/$wims_class/tchat/.def |
8 | tchat_open=$cf_open |
10 | tchat_open=$cf_open |
9 | tchat_refreshtiming=$cf_refreshtiming |
11 | tchat_refreshtiming=$cf_refreshtiming |
- | 12 | tchat_onlynonempty=$cf_onlynonempty |
|
10 | !endif |
13 | !endif |
11 | !reset save |
14 | !reset save |