<?php echo JHtml::_('Select.genericlist', $this->worldZones, 'virtuemart_worldzone_id', '', 'virtuemart_worldzone_id', 'zone_name', $this->country->virtuemart_worldzone_id); ?> </td> </tr>*/ ?> <?php echo VmHTML::row('input', 'COM_VIRTUEMART_COUNTRY_3_CODE', 'country_3_code', $this->country->country_3_code); ?> <?php echo VmHTML::row('input', 'COM_VIRTUEMART_COUNTRY_2_CODE', 'country_2_code', $this->country->country_2_code); ?> </table> </fieldset> </div> <input type="hidden" name="virtuemart_country_id" value="<?php echo $this->country->virtuemart_country_id; ?> " /> <?php echo $this->addStandardHiddenToForm(); ?> </form> <?php AdminUIHelper::imitateTabs('end'); AdminUIHelper::endAdminArea();
* @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: ratings_edit.php 2233 2010-01-21 21:21:29Z SimonHodgkiss $ * * @todo decide to allow or not a JEditor here instead of a textarea * @todo comment length check should also occur on the server side (model?) */ // Check to ensure this file is included in Joomla! defined('_JEXEC') or die('Restricted access'); vmJsApi::cssSite(); AdminUIHelper::imitateTabs('start', 'COM_VIRTUEMART_REVIEW_DETAILS'); ?> <form action="index.php" method="post" name="adminForm" id="adminForm"> <div class="col50"> <fieldset> <legend><?php echo JText::_('COM_VIRTUEMART_REVIEW_DETAILS'); ?> </legend> <table class="admintable" summary="<?php echo JText::_('COM_VIRTUEMART_RATING_EDIT_TITLE'); ?> "> <tr>