Rev 15994 | Rev 16250 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 15994 | Rev 16044 | ||
---|---|---|---|
Line 173... | Line 173... | ||
173 | !if ($class_auth=$empty or $wims_user=supervisor) and $allowchange=yes |
173 | !if ($class_auth=$empty or $wims_user=supervisor) and $allowchange=yes |
174 | <div class="field box"> |
174 | <div class="field box"> |
175 | <strong>$wims_name_Password</strong> |
175 | <strong>$wims_name_Password</strong> |
176 | !set wims_ref_class=wims_button |
176 | !set wims_ref_class=wims_button |
177 | !href module=adm/class/passwd&job=part&part=$getuser $name_change |
177 | !href module=adm/class/passwd&job=part&part=$getuser $name_change |
- | 178 | </div> |
|
- | 179 | !endif |
|
- | 180 | ||
- | 181 | !if $wims_user=supervisor |
|
- | 182 | <div class="field box"> |
|
- | 183 | <strong>$wims_name_lastconnect</strong> |
|
- | 184 | !set lastconnect=!getdef user_lastconnect in wimshome/log/classes/$wims_class/.users/$getuser |
|
- | 185 | !if $lastconnect!=$empty |
|
- | 186 | !read date.phtml $lastconnect |
|
- | 187 | !endif |
|
178 | </div> |
188 | </div> |
179 | !endif |
189 | !endif |
180 | 190 | ||
181 | !! maybe regnum should be placed at the same of other ? |
191 | !! maybe regnum should be placed at the same of other ? |
182 | !let wims_name_regnum=$name_regnum |
192 | !let wims_name_regnum=$name_regnum |