echo @TL_THEME_IMG_DIR;
                ?>
/icon_edit.png"/>
  					     <?php 
            }
            ?>
    
  					  </a>   
  				</td>
  				<td><?php 
            echo is_array($_tmp = is_array($_tmp = is_array($_tmp = $this->_tpl_vars['build']['notes']) ? $this->_run_mod_handler('strip_tags', true, $_tmp) : smarty_modifier_strip_tags($_tmp)) ? $this->_run_mod_handler('strip', true, $_tmp) : smarty_modifier_strip($_tmp)) ? $this->_run_mod_handler('truncate', true, $_tmp, $this->_config[0]['vars']['BUILD_NOTES_TRUNCATE_LEN']) : smarty_modifier_truncate($_tmp, $this->_config[0]['vars']['BUILD_NOTES_TRUNCATE_LEN']);
            ?>
</td>
  				<td><?php 
            if ($this->_tpl_vars['build']['release_date'] != '') {
                echo localize_date_smarty(array('d' => $this->_tpl_vars['build']['release_date']), $this);
            }
            ?>
</td>
  				<td class="clickable_icon">
  				   <?php 
            if ($this->_tpl_vars['build']['active'] == 1) {
                ?>
 
  				     <img style="border:none" 
  				            title="<?php 
                echo $this->_tpl_vars['labels']['alt_active_build'];
                ?>
" 
  				            alt="<?php 
                echo $this->_tpl_vars['labels']['alt_active_build'];
            ?>
" target="_blank" class="bold">
			<?php 
            echo $this->_tpl_vars['my_link'];
            ?>
</a> - <span class="italic"><?php 
            echo is_array($_tmp = $this->_tpl_vars['info']['file_name']) ? $this->_run_mod_handler('escape', true, $_tmp) : smarty_modifier_escape($_tmp);
            ?>
 (<?php 
            echo is_array($_tmp = $this->_tpl_vars['info']['file_size']) ? $this->_run_mod_handler('escape', true, $_tmp) : smarty_modifier_escape($_tmp);
            ?>
 bytes, <?php 
            echo is_array($_tmp = $this->_tpl_vars['info']['file_type']) ? $this->_run_mod_handler('escape', true, $_tmp) : smarty_modifier_escape($_tmp);
            ?>
) <?php 
            echo localize_date_smarty(array('d' => is_array($_tmp = $this->_tpl_vars['info']['date_added']) ? $this->_run_mod_handler('escape', true, $_tmp) : smarty_modifier_escape($_tmp)), $this);
            ?>
</span>
				<?php 
            if (!$this->_tpl_vars['attach_downloadOnly']) {
                ?>
				<a href="javascript:delete_confirmation(<?php 
                echo $this->_tpl_vars['info']['id'];
                ?>
,'<?php 
                echo is_array($_tmp = is_array($_tmp = $this->_tpl_vars['info']['title']) ? $this->_run_mod_handler('escape', true, $_tmp, 'javascript') : smarty_modifier_escape($_tmp, 'javascript')) ? $this->_run_mod_handler('escape', true, $_tmp) : smarty_modifier_escape($_tmp);
                ?>
',
					                                '<?php 
                echo is_array($_tmp = is_array($_tmp = $this->_tpl_vars['del_msgbox_title']) ? $this->_run_mod_handler('escape', true, $_tmp, 'javascript') : smarty_modifier_escape($_tmp, 'javascript')) ? $this->_run_mod_handler('escape', true, $_tmp) : smarty_modifier_escape($_tmp);
                ?>
?>
</th>
		    <td><input type="checkbox"  name="is_open" id="is_open"  
		               <?php 
if ($this->_tpl_vars['gui']->is_open == 1) {
    ?>
 checked <?php 
}
?>
 
		               onclick="showOrHideElement('closure_date',this.checked)"/>
            <span id="closure_date" style="display:none;"><?php 
echo $this->_tpl_vars['labels']['closed_on_date'];
?>
: <?php 
echo localize_date_smarty(array('d' => $this->_tpl_vars['gui']->closed_on_date), $this);
?>
</span>
            <input type="hidden" name="closed_on_date" value=<?php 
echo $this->_tpl_vars['gui']->closed_on_date;
?>
>
        </td>
		</tr>

    <tr>
		    <th style="background:none;"><?php 
echo $this->_tpl_vars['labels']['release_date'];
?>
</th>
		    <td>
             echo '[';
             echo $this->_tpl_vars['platform']['id'];
             echo ']\'value=\'';
             echo $this->_tpl_vars['linked_version_id'];
             echo '\' />';
             if ($this->_tpl_vars['tcase']['executed'][$this->_tpl_vars['platform']['id']] == 'yes') {
                 echo '&nbsp;&nbsp;&nbsp;<img src="';
                 echo @TL_THEME_IMG_DIR;
                 echo '/lightning.png"title="';
                 echo $this->_tpl_vars['gui']->warning_msg->executed;
                 echo '" />';
             }
             echo '</td><td title="';
             echo $this->_tpl_vars['labels']['info_added_on_date'];
             echo '">';
             echo localize_date_smarty(array('d' => $this->_tpl_vars['tcase']['linked_ts'][$this->_tpl_vars['platform']['id']]), $this);
             echo '</td>';
         }
         echo '</tr>';
         if (isset($this->_tpl_vars['tcase']['custom_fields'][$this->_tpl_vars['platform']['id']])) {
             echo '<tr><td colspan="7"><input type=\'hidden\' name=\'linked_with_cf[';
             echo $this->_tpl_vars['tcase']['feature_id'];
             echo ']\' value=\'';
             echo $this->_tpl_vars['tcase']['feature_id'];
             echo '\' />';
             echo $this->_tpl_vars['tcase']['custom_fields'][$this->_tpl_vars['platform']['id']];
             echo '</td></tr>';
         }
         echo '';
     }
 }