| [ Index ] |
PHP Cross Reference of Joomla 2.5.4 DE |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * @package Joomla.Administrator 4 * @subpackage com_config 5 * @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved. 6 * @license GNU General Public License version 2 or later; see LICENSE.txt 7 */ 8 9 // No direct access 10 defined('_JEXEC') or die; 11 ?> 12 <div class="width-100"> 13 <fieldset title="<?php echo JText::_('COM_CONFIG_FTP_DETAILS'); ?>" class="adminform"> 14 <legend><?php echo JText::_('COM_CONFIG_FTP_DETAILS'); ?></legend> 15 <?php echo JText::_('COM_CONFIG_FTP_DETAILS_TIP'); ?> 16 17 <?php if ($this->ftp instanceof Exception): ?> 18 <p><?php echo JText::_($this->ftp->message); ?></p> 19 <?php endif; ?> 20 <ul class="adminformlist"> 21 <li><label for="username"><?php echo JText::_('JGLOBAL_USERNAME'); ?></label> 22 <input type="text" id="username" name="username" class="input_box" size="70" value="" /></li> 23 24 <li><label for="password"><?php echo JText::_('JGLOBAL_PASSWORD'); ?></label> 25 <input type="password" id="password" name="password" class="input_box" size="70" value="" /></li> 26 </ul> 27 </fieldset> 28 </div>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Tue Apr 3 11:40:28 2012 | Cross-referenced by PHPXref 0.7.1 |