0byt3m1n1-V2
Path:
/
home
/
a
/
c
/
a
/
academiac
/
www
/
[
Home
]
File: product_edit_description.php.tar
www/administrator/components/com_virtuemart/views/product/tmpl/product_edit_description.php 0000604 00000002655 15140213722 0031630 0 ustar 00 home/academiac <?php /** * * Set the descriptions for a product * * @package VirtueMart * @subpackage Product * @author RolandD * @link http://www.virtuemart.net * @copyright Copyright (c) 2004 - 2010 VirtueMart Team. All rights reserved. * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php * VirtueMart is free software. This version may have been modified pursuant * to the GNU General Public License, and as distributed it includes or * is derivative of works licensed under the GNU General Public License or * other free or open source software licenses. * @version $Id: product_edit_description.php 6046 2012-05-24 12:43:43Z alatak $ */ // Check to ensure this file is included in Joomla! defined('_JEXEC') or die('Restricted access');?> <fieldset> <legend><?php echo JText::_('COM_VIRTUEMART_PRODUCT_FORM_S_DESC') ?></legend> <textarea class="inputbox" name="product_s_desc" id="product_s_desc" cols="65" rows="3" ><?php echo $this->product->product_s_desc; ?></textarea> </fieldset> <fieldset> <legend><?php echo JText::_('COM_VIRTUEMART_PRODUCT_FORM_DESCRIPTION') ?></legend> <?php echo $this->editor->display('product_desc', $this->product->product_desc, '100%;', '450', '75', '20', array('pagebreak', 'readmore') ) ; ?> </fieldset> <fieldset> <legend><?php echo JText::_('COM_VIRTUEMART_METAINFO') ?></legend> <?php echo shopFunctions::renderMetaEdit($this->product); ?> </fieldset>
©
2018.