source: trunk/admin/inc/ckeditor/filemanager/tpl/tpl_error.php@ 239

Last change on this file since 239 was 239, checked in by luc, 9 years ago

Admin: correzione visulaizzazione immissione dati spoglio per Chrome e Safari - Aggiornamento dell'editor da FCKeditor a CKeditor , accessibili anche a Chrome e Safari.

  • Property svn:executable set to *
File size: 242 bytes
Line 
1<root>
2<?php IF (is_array($message)): ?>
3<?php FOREACH ($message as $msg): ?>
4<error><?php echo text::xmlData($msg) ?></error>
5<?php ENDFOREACH ?>
6<?PHP ELSE: ?>
7<error><?php echo text::xmlData($message) ?></error>
8<?PHP ENDIF ?>
9</root>
Note: See TracBrowser for help on using the repository browser.