[ Index ]

PHP Cross Reference of Joomla 1.5.26 DE

title

Body

[close]

/administrator/components/com_media/views/medialist/tmpl/ -> details_folder.php (source)

   1  <?php defined('_JEXEC') or die('Restricted access'); ?>
   2          <tr>
   3              <td class="imgTotal">
   4                  <a href="index.php?option=com_media&amp;view=mediaList&amp;tmpl=component&amp;folder=<?php echo $this->_tmp_folder->path_relative; ?>" target="folderframe">
   5                      <img src="components/com_media/images/folder_sm.png" width="16" height="16" border="0" alt="<?php echo $this->_tmp_folder->name; ?>" /></a>
   6              </td>
   7              <td class="description">
   8                  <a href="index.php?option=com_media&amp;view=mediaList&amp;tmpl=component&amp;folder=<?php echo $this->_tmp_folder->path_relative; ?>" target="folderframe"><?php echo $this->_tmp_folder->name; ?></a>
   9              </td>
  10              <td>&nbsp;
  11  
  12              </td>
  13              <td>&nbsp;
  14  
  15              </td>
  16              <td>
  17                  <a class="delete-item" href="index.php?option=com_media&amp;task=folder.delete&amp;tmpl=component&amp;folder=<?php echo $this->state->folder; ?>&amp;<?php echo JUtility::getToken(); ?>=1&amp;rm[]=<?php echo $this->_tmp_folder->name; ?>" rel="<?php echo $this->_tmp_folder->name; ?>' :: <?php echo $this->_tmp_folder->files+$this->_tmp_folder->folders; ?>"><img src="components/com_media/images/remove.png" width="16" height="16" border="0" alt="<?php echo JText::_( 'Delete' ); ?>" /></a>
  18                  <input type="checkbox" name="rm[]" value="<?php echo $this->_tmp_folder->name; ?>" />
  19              </td>
  20          </tr>


Generated: Wed Mar 28 15:54:07 2012 Cross-referenced by PHPXref 0.7.1