Rev 2981 | Rev 3031 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2981 | Rev 2983 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !let wims_module_log=error: $error |
1 | !let wims_module_log=error: $error |
2 | <b>$wims_name_Error</b> |
2 | <b>$wims_name_Error.</b> |
3 | 3 | ||
4 | !if $error=no_download_sites |
4 | !if $error=no_download_sites |
5 | The adresss given is not the address of a valid WIMS modules download center. So the configuration has not been changed. |
5 | The adresss given is not the address of a valid WIMS modules download center. So the configuration has not been changed. |
6 | !exit |
6 | !exit |
7 | !endif |
7 | !endif |
8 | 8 | ||
9 | !if $error=bad_mail |
9 | !if $error=bad_mail |
10 | Your message or your subject is empty |
10 | Your message or your subject is empty. |
- | 11 | !exit |
|
- | 12 | !endif |
|
- | 13 | !if $error=bad_list |
|
- | 14 | Forget to select the recipients ? |
|
11 | !exit |
15 | !exit |
12 | !endif |
16 | !endif |
13 | 17 | ||
14 | $error |
18 | $error |