File Manager

Current Directory: /home/astoriaah/www/old15/administrator/components/com_admintools/views/badwords/tmpl
Viewing File: /home/astoriaah/www/old15/administrator/components/com_admintools/views/badwords/tmpl/form.php
<?php /** * @package AkeebaReleaseSystem * @copyright Copyright (c)2010-2015 Nicholas K. Dionysopoulos * @license GNU General Public License version 3, or later * @version $Id$ */ defined('_JEXEC') or die; ?> <form name="adminForm" id="adminForm" action="index.php" method="post" class="form form-horizontal"> <input type="hidden" name="option" value="com_admintools"/> <input type="hidden" name="view" value="badwords"/> <input type="hidden" name="task" value=""/> <input type="hidden" name="id" value="<?php echo $this->item->id ?>"/> <input type="hidden" name="<?php echo JFactory::getSession()->getFormToken(); ?>" value="1"/> <div class="control-group"> <label for="ip" class="control-label"><?php echo JText::_('ATOOLS_LBL_BADWORDS_WORD'); ?></label> <div class="controls"> <input type="text" name="word" id="word" value="<?php echo $this->item->word ?>"> </div> </div> </form>