Пример #1
0
              <th scope="col" class="align-left hide-below-480"><?php 
echo $lC_Language->get('table_heading_sort');
?>
</th>
              <th scope="col" class="align-center"><?php 
echo $lC_Language->get('table_heading_on');
?>
</th>
              <th scope="col" class="align-right" width="50px"><?php 
echo $lC_Language->get('table_heading_action');
?>
</th>
            </tr>
          </thead>
          <tbody class="sorted_table"><?php 
echo isset($pInfo) ? lC_Products_Admin::getSimpleOptionsContent($pInfo->get('simple_options')) : null;
?>
</tbody>
        </table>
      </fieldset>    
    </div>
    <?php 
/*
<div id="bundleProductsContainer" class="twelve-columns">
  <fieldset class="fieldset upsellwrapper">
    <legend class="upsellinfo legend" upselltitle="<?php echo $lC_Language->get('text_bundle_products'); ?>" upselldesc="<?php echo $lC_Language->get('text_bundle_products_desc'); ?>"><?php echo $lC_Language->get('text_bundle_products'); ?><?php echo lc_go_pro(); ?></legend>
    <span class="float-right" style="margin:-23px -8px 0 0;"><a class="button icon-plus-round green-gradient " href="javascript:void(0)" onclick="addNewBundleOption();"><?php echo $lC_Language->get('button_add'); ?></a></span>
    <span class="thin"><?php echo $lC_Language->get('text_coming_soon'); ?>...</span>
  </fieldset>     
</div>
*/