| [ 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->name; ?></span> 8 </td> 9 <td><?php echo $this->item->folder; ?></td> 10 <td align="center" <?php if(@$this->item->legacy) echo 'class="legacy-mode"'; ?>><?php echo @$this->item->version != '' ? $this->item->version : ' '; ?></td> 11 <td><?php echo @$this->item->creationdate != '' ? $this->item->creationdate : ' '; ?></td> 12 <td> 13 <span class="editlinktip hasTip" title="<?php echo JText::_( 'Author Information' );?>::<?php echo $this->item->author_info; ?>"> 14 <?php echo @$this->item->author != '' ? $this->item->author : ' '; ?> 15 </span> 16 </td> 17 <td align="center"> 18 <span class="editlinktip hasTip" title="<?php echo (@$this->item->legacy ? JText::_( 'Not Compatible Extension') : JText::_('Compatible Extension'));?>"> 19 <img src="images/<?php echo (@$this->item->legacy ? 'publish_x.png' : 'tick.png');?>"/> 20 </span> 21 </td> 22 </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 |