Merge pull request #401 from kofaysi/master

Update to default.php: removed nowrap class to allow wrapping title and alias
This commit is contained in:
Tuan Pham Ngoc 2022-09-03 20:33:45 +07:00 committed by GitHub
commit 36492e6133
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ if ($saveOrder)
<?php endif; ?>
</div>
</td>
<td class="nowrap has-context">
<td class="has-context">
<?php if ($item->checked_out) : ?>
<?php echo JHtml::_('jgrid.checkedout', $i, $item->editor, $item->checked_out_time, 'weblinks.', $canCheckin); ?>
<?php endif; ?>