Esempio n. 1
0
    ?>
    <tr>    
      <td><?php 
    echo input_checkbox_tag('multiple_selected[]', $extra_fields->getId(), array('class' => 'multiple_selected'));
    ?>
</td>
      <td><?php 
    echo $lc->action_buttons($extra_fields->getId());
    ?>
</td>
      <td><?php 
    echo $extra_fields->getId();
    ?>
</td>
      <td><?php 
    echo ExtraFields::getTypeNameByKey($extra_fields->getType());
    ?>
</td>
      <td><?php 
    echo $extra_fields->getName();
    ?>
</td>                        
      <td><?php 
    echo renderBooleanValue($extra_fields->getDisplayInList());
    ?>
</td>      
      <td><?php 
    echo renderBooleanValue($extra_fields->getActive());
    ?>
</td>                  
      <td><?php