Esempio n. 1
0
}
?>
      
      <?php 
if (in_array('CreatedAt', $in_listing)) {
    ?>
      <th><div><?php 
    echo __('Created At');
    ?>
</div></th>
      <?php 
}
?>
      
      <?php 
echo ExtraFieldsList::renderListingThead($extra_fields);
?>
      
      <?php 
if (!$sf_request->hasParameter('projects_id')) {
    ?>
      <th><div><?php 
    echo __('Project');
    ?>
</div></th>
      <?php 
}
?>
                  
    </tr>
  </thead>