コード例 #1
0
ファイル: _listing.php プロジェクト: noikiy/qdpm
</table>

<div class="itemsListing tasksListing">
  <div class="itemsListingContainer">
      
<table class="tableListing" id="tableListing<?php 
echo $tlId;
?>
" style="display:none;">
  <thead>
    <tr>
      <?php 
echo $lc->rednerMultipleSelectTh();
?>
      <?php 
echo $lc->rednerActionTh();
?>
      
      
      <?php 
if (in_array('Id', $in_listing)) {
    ?>
      <th><div><?php 
    echo __('Id');
    ?>
</div></th>
      <?php 
}
?>
      
      <?php