示例#1
0
    						</label>
    					</td>
    					<td>
    						<input name="category_full_image_new" type="file" size="40" />
    					</td>
    				</tr>
                    <tr>
                        <td style="vertical-align: top; width: 100px; text-align: right;" class="key">
                            <?php 
echo JText::_('COM_CITRUSCART_CATEGORY_LAYOUT_FILE');
?>
:
                        </td>
                        <td>
                            <?php 
echo CitruscartSelect::categorylayout($row->category_layout, 'category_layout');
?>
                            <div class="well note">
                                <?php 
echo JText::_('COM_CITRUSCART_CATEGORY_LAYOUT_FILE_DESC');
?>
                            </div>
                        </td>
                    </tr>
                    <tr>
                        <td style="vertical-align: top; width: 100px; text-align: right;" class="key">
                            <?php 
echo JText::_('COM_CITRUSCART_CATEGORY_PRODUCTS_LAYOUT_FILE');
?>
:
                        </td>
/** ensure this file is being included by a parent file */
defined('_JEXEC') or die('Restricted access');
$row = $this->row;
?>

<table class="table table-striped table-bordered">
    <tbody>
        <tr>
            <th class="dsc-key">
                <?php 
echo JText::_('COM_CITRUSCART_DEFAULT_CATEGORY_LAYOUT');
?>
            </th>
            <td>
                <?php 
echo CitruscartSelect::categorylayout($this->row->get('default_category_layout'), 'default_category_layout');
?>
            </td>
            <td>

            </td>
        </tr>
        <tr>
            <th class="dsc-key">
                <?php 
echo JText::_('COM_CITRUSCART_DEFAULT_PRODUCT_DETAIL_LAYOUT');
?>
            </th>
            <td>
                <?php 
echo CitruscartSelect::productlayout($this->row->get('default_product_layout'), 'default_product_layout');