Exemplo n.º 1
0
  </style>
  <div class="with-padding-no-top">
    <div id="categories_filter_container">
      <div id="categories_filter">
        <form name="products_categories_filter" id="products_categories_filter" action="" onchange="updateProductFilter($('#filter').val());">
          <label for="filter" class="white mid-margin-right"><?php 
echo $lC_Language->get('text_categories');
?>
:</label>
          <select class="input with-small-padding" id="filter" name="filter">
            <option value=""><?php 
echo $lC_Language->get('text_all');
?>
</option>
            <?php 
echo lC_Products_Admin::assignedCategoryTreeSelect(3);
?>
          </select>
        </form>
      </div>
    </div>
    <form name="batch" id="batch" action="#" method="post">
      <table border="0" width="100%" cellspacing="0" cellpadding="0" class="table responsive-table" id="dataTable">
        <thead>
          <tr>
            <th scope="col" class="hide-on-mobile align-left"><input onclick="toggleCheck();" id="check-all" type="checkbox" value="1" name="check-all"></th>
            <th scope="col" class="align-left"><?php 
echo $lC_Language->get('table_heading_products');
?>
</th>
            <th scope="col" class="align-left hide-on-tablet"><?php