Not use check out tables in component

This commit is contained in:
Artem Vasilev 2024-03-16 23:02:56 +03:00
parent 4343d6b3aa
commit bbff828f84

View File

@ -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); ?>">