Your IP : 216.73.216.170


Current Path : /var/www/iplanru/data/www/i-plan.ru/administrator/components/com_zoo/views/comment/tmpl/
Upload File :
Current File : /var/www/iplanru/data/www/i-plan.ru/administrator/components/com_zoo/views/comment/tmpl/_reply.php

<?php
/**
* @package   com_zoo
* @author    YOOtheme http://www.yootheme.com
* @copyright Copyright (C) YOOtheme GmbH
* @license   http://www.gnu.org/licenses/gpl.html GNU/GPL
*/

// no direct access
defined('_JEXEC') or die('Restricted access');

?>
<tr id="edit-comment-editor">
	<td colspan="4">
		<div class="head">Reply to Comment</div>
		<div class="content">
			<textarea name="content" cols="1" rows="1"></textarea>
		</div>
		<div class="actions">
			<button class="save" type="button"><?php echo JText::_('Submit Reply'); ?></button>
			<a href="#" class="cancel"><?php echo JText::_('Cancel'); ?></a>
		</div>
		<input type="hidden" name="cid" value="0" />
		<input type="hidden" name="parent_id" value="<?php echo $this->cid; ?>" />
	</td>
</tr>