<div style="float: left; width: 50%;"> <div class="well options"> <legend> <?php echo JText::_('COM_TIENDA_TEMPLATE'); ?> </legend> <table class="table table-striped table-bordered" style="width: 100%;"> <tr> <td style="vertical-align: top; width: 100px; text-align: right;" class="dsc-key"><?php echo JText::_('COM_TIENDA_PRODUCT_LAYOUT_FILE'); ?> :</td> <td><?php echo TiendaSelect::productlayout(@$row->product_layout, 'product_layout'); ?> <div class="note well"> <?php echo JText::_('COM_TIENDA_PRODUCT_LAYOUT_FILE_DESC'); ?> </div> </td> </tr> </table> </div> <div class="well options"> <legend> <?php echo JText::_('COM_TIENDA_EXTRA');
<?php echo JText::_('COM_TIENDA_CATEGORY_LAYOUT_FILE_DESC'); ?> </div> </td> </tr> <tr> <td style="vertical-align: top; width: 100px; text-align: right;" class="key"> <?php echo JText::_('COM_TIENDA_CATEGORY_PRODUCTS_LAYOUT_FILE'); ?> : </td> <td> <?php echo TiendaSelect::productlayout(@$row->categoryproducts_layout, 'categoryproducts_layout'); ?> <div class="well note"> <?php echo JText::_('COM_TIENDA_CATEGORY_PRODUCTS_LAYOUT_FILE_DESC'); ?> </div> </td> </tr> <tr> <td style="width: 100px; text-align: right;" class="key"> <label for="category_description"> <?php echo JText::_('COM_TIENDA_DESCRIPTION'); ?> :
<?php echo JText::_('COM_TIENDA_DEFAULT_CATEGORY_LAYOUT'); ?> </th> <td> <?php echo TiendaSelect::categorylayout($this->row->get('default_category_layout'), 'default_category_layout'); ?> </td> <td> </td> </tr> <tr> <th class="dsc-key"> <?php echo JText::_('COM_TIENDA_DEFAULT_PRODUCT_DETAIL_LAYOUT'); ?> </th> <td> <?php echo TiendaSelect::productlayout($this->row->get('default_product_layout'), 'default_product_layout'); ?> </td> <td> </td> </tr> </tbody> </table>