source: trunk/admin/inc/ckeditor/filemanager/tpl/tpl_expand.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: 365 bytes
Line 
1<root>
2<?php FOREACH ($dirs as $dir): ?>
3<dir readable="<?php echo $dir['readable'] ? "yes" : "no" ?>" writable="<?php echo $dir['writable'] ? "yes" : "no" ?>" removable="<?php echo $dir['removable'] ? "yes" : "no" ?>" hasDirs="<?php echo $dir['hasDirs'] ? "yes" : "no" ?>">
4<name><?php echo text::xmlData($dir['name']) ?></name>
5</dir>
6<?php ENDFOREACH ?>
7</root>
Note: See TracBrowser for help on using the repository browser.