| [ 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-80"> 13 <fieldset class="adminform"> 14 <legend><?php echo JText::_('COM_CONFIG_TEXT_FILTER_SETTINGS'); ?></legend> 15 <p><?php echo JText::_('COM_CONFIG_TEXT_FILTERS_DESC'); ?></p> 16 <?php foreach ($this->form->getFieldset('filters') as $field): ?> 17 <?php echo $field->label; ?> 18 <div class="clr"> </div> 19 <?php echo $field->input; ?> 20 <?php endforeach; ?> 21 </fieldset> 22 </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 |