| [ Index ] |
PHP Cross Reference of Joomla 1.5.26 DE |
[Summary view] [Print] [Text view]
1 <?php // no direct access 2 defined( '_JEXEC' ) or die( 'Restricted access' ); ?> 3 <tr class="<?php echo "row".$this->item->index % 2; ?>" <?php echo $this->item->style; ?>> 4 <td><?php echo $this->pagination->getRowOffset( $this->item->index ); ?></td> 5 <td> 6 <input type="checkbox" id="cb<?php echo $this->item->index;?>" name="eid[<?php echo $this->item->id; ?>]" value="<?php echo $this->item->client_id; ?>" onclick="isChecked(this.checked);" <?php echo $this->item->cbd; ?> /> 7 <span class="bold"><?php echo $this->item->module; ?></span> 8 </td> 9 <td align="center"> 10 <?php echo $this->item->client_id == "0" ? JText::_( 'Site' ) : JText::_( 'Admin' ); ?> 11 </td> 12 <td align="center"><?php echo @$this->item->version != '' ? $this->item->version : ' '; ?></td> 13 <td><?php echo @$this->item->creationdate != '' ? $this->item->creationdate : ' '; ?></td> 14 <td> 15 <span class="editlinktip hasTip" title="<?php echo JText::_( 'Author Information' );?>::<?php echo $this->item->author_info; ?>"> 16 <?php echo @$this->item->author != '' ? $this->item->author : ' '; ?> 17 </span> 18 </td> 19 <td align="center"> 20 <span class="editlinktip hasTip" title="<?php echo (@$this->item->legacy ? JText::_( 'Not Compatible Extension') : JText::_('Compatible Extension'));?>"> 21 <img src="images/<?php echo (@$this->item->legacy ? 'publish_x.png' : 'tick.png');?>"/> 22 </span> 23 </td> 24 </tr>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Wed Mar 28 15:54:07 2012 | Cross-referenced by PHPXref 0.7.1 |