?>
):
<br>
<table border=1 cellspacing=0 >
	<?php 
echo investigate::printConversionHeader($entry->id, $entry->mediaType == 1 && $entry->status >= 1);
?>
	<?php 
foreach ($conversions as $conversion) {
    echo investigate::printConversion($conversion, $entry->id, false, $entry->type == 1);
}
?>
</table>

<div style='display:none'>
	
<?php 
foreach ($file_sync_links as $fsl) {
    echo "<div id='file_sync_link_id_{$fsl->getId()}'>";
    echo "<table border=1  cellspacing=0>";
    echo investigate::printFileSyncHeader();
    echo investigate::printFileSync($fsl);
    echo "</table>";
    echo "</div>";
}
?>
</div>

<div id='file_sync_link' style='display:none;position:absolute;left:10px;top:10px;cursor:pointer;' onclick='hideElem(this)'></div>
<br>
</div>