[ Index ]

PHP Cross Reference of Joomla 2.5.4 DE

title

Body

[close]

/administrator/components/com_config/views/application/tmpl/ -> default_database.php (source)

   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 class="adminform">
  14      <legend><?php echo JText::_('COM_CONFIG_DATABASE_SETTINGS'); ?></legend>
  15      <ul class="adminformlist">
  16              <?php
  17              foreach ($this->form->getFieldset('database') as $field):
  18              ?>
  19                      <li><?php echo $field->label; ?>
  20                      <?php echo $field->input; ?></li>
  21              <?php
  22              endforeach;
  23              ?>
  24      </ul>
  25  </fieldset>
  26  </div>


Generated: Tue Apr 3 11:40:28 2012 Cross-referenced by PHPXref 0.7.1