Update default.php

removed nowrap class from the table cell definition for the name and the alias of a weblink
This commit is contained in:
kofaysi 2019-04-21 10:27:48 +02:00 committed by GitHub
parent 802cff4ae8
commit b69a91491f
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; ?>