PageRenderTime 57ms CodeModel.GetById 31ms RepoModel.GetById 0ms app.codeStats 0ms

/exchange/code/trunk/administrator/components/com_exchange/views/migrate/tmpl/options.php

https://bitbucket.org/eddieajau/the-art-of-joomla-archive
PHP | 25 lines | 14 code | 2 blank | 9 comment | 0 complexity | c07d4800b2a40098667e9e3fd4eebee6 MD5 | raw file
  1. <?php
  2. /**
  3. * @version $Id: options.php 280 2010-09-18 02:14:15Z eddieajau $
  4. * @package NewLifeInIT
  5. * @subpackage com_exchange
  6. * @copyright Copyright 2005 - 2010 New Life in IT Pty Ltd. All rights reserved.
  7. * @license GNU General Public License version 2 or later.
  8. * @link http://www.theartofjoomla.com
  9. */
  10. // no direct access
  11. defined('_JEXEC') or die;
  12. ?>
  13. <form action="<?php echo JRoute::_('index.php?option=com_exchange&view=migrate');?>" name="adminForm" method="post" enctype="multipart/form-data">
  14. <fieldset class="adminform">
  15. <legend>
  16. <?php echo JText::_('Options'); ?>
  17. </legend>
  18. <h3><?php echo $this->state->adapter;?></h3>
  19. <?php echo $this->form->render(); ?>
  20. </fieldset>
  21. <input type="hidden" name="adapter" value="<?php echo $this->state->adapter;?>" />
  22. <input type="hidden" name="task" value="" />
  23. </form>