Rev 16044 | Rev 16518 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16044 | Rev 16250 | ||
---|---|---|---|
Line 159... | Line 159... | ||
159 | !! other can see |
159 | !! other can see |
160 | <strong> $name_gestion </strong> $(wims_name_$superv) |
160 | <strong> $name_gestion </strong> $(wims_name_$superv) |
161 | !endif |
161 | !endif |
162 | !endif |
162 | !endif |
163 | </div> |
163 | </div> |
- | 164 | !if $type_class=2 |
|
- | 165 | <div class="field box"> |
|
- | 166 | !if $wims_realuser=supervisor |
|
- | 167 | <label for="up_mkclass">$name_mkclass</label> |
|
- | 168 | !set up_mkclass=$user_mkclass |
|
- | 169 | !default up_mkclass=yes |
|
- | 170 | !formselect up_mkclass list yes,no prompt $wims_name_yes,$wims_name_no |
|
- | 171 | !else |
|
- | 172 | $name_mkclass |
|
- | 173 | !if $user_mkclass=no |
|
- | 174 | $wims_name_no |
|
- | 175 | !else |
|
- | 176 | $wims_name_yes |
|
- | 177 | !endif |
|
- | 178 | !endif |
|
- | 179 | </div> |
|
- | 180 | !endif |
|
- | 181 | |
|
164 | !endif |
182 | !endif |
165 | !! --------------------- endif user_supervisable=yes |
183 | !! --------------------- endif user_supervisable=yes |
166 | !endif |
184 | !endif |
167 | 185 | ||
168 | !if $user_supervisable=yes and $getuser!=$wims_realuser and $type_class notwordof 2 4 |
186 | !if $user_supervisable=yes and $getuser!=$wims_realuser and $type_class notwordof 2 4 |