Rev 6374 | Rev 9461 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 6374 | Rev 9447 | ||
---|---|---|---|
Line 180... | Line 180... | ||
180 | on the button `reload'? In any case, your class $classname is already |
180 | on the button `reload'? In any case, your class $classname is already |
181 | there, and the second tentative of creation is ignored. |
181 | there, and the second tentative of creation is ignored. |
182 | <div> |
182 | <div> |
183 | !read adm/lang/links.phtml.$modu_lang |
183 | !read adm/lang/links.phtml.$modu_lang |
184 | </div> |
184 | </div> |
- | 185 | !exit |
|
- | 186 | !endif |
|
- | 187 | ||
- | 188 | !if classdontexists=$error |
|
- | 189 | Cette classe n'existe pas. |
|
- | 190 | !exit |
|
- | 191 | !endif |
|
- | 192 | ||
- | 193 | !if notexempleclass=$error |
|
- | 194 | Cette classe n'est pas une classe d'exemple : impossible de la copier. |
|
- | 195 | !exit |
|
- | 196 | !endif |
|
- | 197 | ||
- | 198 | !if badcpmethod=$error |
|
- | 199 | Méthode de copie impossible à identifier. Recommencer l'opération. Si l'erreur persiste contacter l'administrateur du serveur. |
|
185 | !exit |
200 | !exit |
186 | !endif |
201 | !endif |
187 | 202 | ||
188 | !msg $error |
203 | !msg $error |