?>
  

<div class="divSectionSummary sortableHandle">
    <table class="fullWidth tableSectionHeader">
        <tr>
            <!--<td class="tdSectionColumnIcon"></td>-->
            <td class="ui-widget-header tdSectionColumnCounter" id="tooltipSectionDetail_<?php 
echo $_POST['counter'];
?>
" title=""><?php 
echo $_POST['counter'];
?>
</td>
            <td class="tdSectionColumnIcon"><span class="spanIcon ui-icon ui-icon-help tooltip" title="<?php 
echo DS_TestSectionType::get_description_by_id(4);
?>
"></span></td>
            <td class="tdSectionColumnIcon"><span id="spanExpandDetail_<?php 
echo $_POST['counter'];
?>
" class="spanExpandDetail spanIcon ui-icon ui-icon-folder-<?php 
echo $_POST['detail'] == 1 ? "open" : "collapsed";
?>
 tooltip" title="<?php 
echo Language::string(390);
?>
" onclick="Test.uiToggleDetails(<?php 
echo $_POST['counter'];
?>
)"></span></td>