コード例 #1
0
ファイル: default.php プロジェクト: hfmprs/JoomLeague
    $published = JHtml::_('grid.published', $row, $i, 'tick.png', 'publish_x.png', 'eventtype.');
    ?>
					<tr class="row<?php 
    echo $i % 2;
    ?>
">
						<td class="center"><?php 
    echo $this->pagination->getRowOffset($i);
    ?>
</td>
						<td class="center"><?php 
    echo $checked;
    ?>
</td>
						<?php 
    if (JLTable::_isCheckedOut($this->user->get('id'), $row->checked_out)) {
        $inputappend = ' disabled="disabled"';
        ?>
<td class="center">&nbsp;</td><?php 
    } else {
        $inputappend = '';
        ?>
							<td class="center">
								<a href="<?php 
        echo $link;
        ?>
">
									<?php 
        $imageTitle = JText::_('COM_JOOMLEAGUE_ADMIN_EVENTS_EDIT_DETAILS');
        echo JHtml::_('image', 'administrator/components/com_joomleague/assets/images/edit.png', $imageTitle, 'title= "' . $imageTitle . '"');
        ?>