Changeset 9561 for temp/trunk
- Timestamp:
- 2006/11/29 23:25:53 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/contents/file_manager.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/contents/file_manager.php
r9560 r9561 126 126 // ¥Ä¥ê¡¼ÇÛÎóºîÀ®ÍÑ javascript 127 127 $arrTree = sfGetFileTree($top_dir, $_POST['tree_status']); 128 $objPage-> $tpl_javascript .= "arrTree = new Array();";128 $objPage->tpl_javascript .= "arrTree = new Array();"; 129 129 foreach($arrTree as $arrVal) { 130 $objPage-> $tpl_javascript .= "arrTree[".$arrVal['count']."] = new Array(".$arrVal['count'].", ".$arrVal['type'].", ".$arrVal['path'].", ".$arrVal['rank'].",";130 $objPage->tpl_javascript .= "arrTree[".$arrVal['count']."] = new Array(".$arrVal['count'].", ".$arrVal['type'].", ".$arrVal['path'].", ".$arrVal['rank'].","; 131 131 if ($arrVal['open']) { 132 $objPage-> $tpl_javascript .= "true);";132 $objPage->tpl_javascript .= "true);"; 133 133 } else { 134 $objPage-> $tpl_javascript .= "false);";134 $objPage->tpl_javascript .= "false);"; 135 135 } 136 136 }
Note: See TracChangeset
for help on using the changeset viewer.
