[ Index ]

PHP Cross Reference of Joomla 2.5.4 DE

title

Body

[close]

/administrator/components/com_content/views/articles/tmpl/ -> default_batch.php (source)

   1  <?php
   2  /**
   3   * @package     Joomla.Administrator
   4   * @subpackage  com_content
   5   *
   6   * @copyright   Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
   7   * @license     GNU General Public License version 2 or later; see LICENSE.txt
   8   */
   9  
  10  // no direct access
  11  defined('_JEXEC') or die;
  12  
  13  $published = $this->state->get('filter.published');
  14  ?>
  15  <fieldset class="batch">
  16      <legend><?php echo JText::_('COM_CONTENT_BATCH_OPTIONS');?></legend>
  17      <p><?php echo JText::_('COM_CONTENT_BATCH_TIP'); ?></p>
  18      <?php echo JHtml::_('batch.access');?>
  19      <?php echo JHtml::_('batch.language'); ?>
  20  
  21      <?php if ($published >= 0) : ?>
  22          <?php echo JHtml::_('batch.item', 'com_content');?>
  23      <?php endif; ?>
  24  
  25      <button type="submit" onclick="Joomla.submitbutton('article.batch');">
  26          <?php echo JText::_('JGLOBAL_BATCH_PROCESS'); ?>
  27      </button>
  28      <button type="button" onclick="document.id('batch-category-id').value='';document.id('batch-access').value='';document.id('batch-language-id').value=''">
  29          <?php echo JText::_('JSEARCH_FILTER_CLEAR'); ?>
  30      </button>
  31  </fieldset>


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