mirror of
https://github.com/webmasterskaya/joomla-oauth-server.git
synced 2024-11-23 22:34:50 +03:00
Not use check out tables in component
This commit is contained in:
parent
4343d6b3aa
commit
bbff828f84
@ -86,9 +86,6 @@ $listDirn = $this->escape($this->state->get('list.direction'));
|
|||||||
</td>
|
</td>
|
||||||
<th scope="row" class="has-context">
|
<th scope="row" class="has-context">
|
||||||
<div>
|
<div>
|
||||||
<?php if ($item->checked_out) : ?>
|
|
||||||
<?php echo HTMLHelper::_('jgrid.checkedout', $i, $item->editor, $item->checked_out_time, 'clients.', $canCheckin); ?>
|
|
||||||
<?php endif; ?>
|
|
||||||
<?php if ($canEdit) : ?>
|
<?php if ($canEdit) : ?>
|
||||||
<a href="<?php echo Route::_('index.php?option=com_oauthserver&task=client.edit&id=' . (int) $item->id); ?>"
|
<a href="<?php echo Route::_('index.php?option=com_oauthserver&task=client.edit&id=' . (int) $item->id); ?>"
|
||||||
title="<?php echo Text::_('JACTION_EDIT'); ?> <?php echo $this->escape($item->name); ?>">
|
title="<?php echo Text::_('JACTION_EDIT'); ?> <?php echo $this->escape($item->name); ?>">
|
||||||
|
Loading…
Reference in New Issue
Block a user