Rev 2955 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
13649 | czzmrn | 1 | !set wims_module_log=error: $error |
2 | <b>$wims_name_Error</b>. |
||
3 | !if $error iswordof toomanycomp closedlivret |
||
4 | !goto $error |
||
5 | !else |
||
6 | !msg $error |
||
7 | !exit |
||
8 | !endif |
||
9 | |||
10 | :toomanycomp |
||
11 | Non è possibile inserire ulteriori competenze, il numero massimo è $maxcomp! |
||
12 | !exit |
||
13 | |||
14 | :closedlivret |
||
15 | Il docente non ha reso disponibile il registro delle competenze. |
||
16 | !exit |