<tr>
     <th class="doubleRow" rowspan="2">Action</th>
     <th class="doubleRow" rowspan="2">Role Path Id</th>
     <th class="singleRowDoubleColumn" rowspan="1" colspan="2">Path Name </th>
    <tr>
     <th class="singleRow" rowspan="1" colspan="1" >Path ID </th>
     <th class="singleRow" rowspan="1" colspan="1" >Value</th>
    </tr>
    </tr>
   </thead>
   <tbody id="form_data_line_tbody">
    <?php 
$linecount = 0;
foreach ($role_path_object as $form_line_array) {
    if (!empty($form_line_array->role_path_id)) {
        $path = path::find_by_id($form_line_array->role_path_id);
    } else {
        $path = new path();
    }
    ?>
     <tr class="role_path<?php 
    echo $linecount;
    ?>
 form_line_row">

      <td>   
       <ul class="inline_action">
        <li class="add_row_img"><img  src="<?php 
    echo HOME_URL;
    ?>
themes/images/add.png"  alt="add new line" /></li>