32
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2025-01-27 06:18:29 +00:00

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

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; ?>