Skip to content

Commit deb8dea

Browse files
brianteemanwilsonge
authored andcommitted
[4.0] Database check manifest display (#24619)
The manifest description is displayed in an inaccessible popover. Assuming that the information is useful this simple PR displays the information correctly.
1 parent ab12bf2 commit deb8dea

File tree

1 file changed

+4
-4
lines changed
  • administrator/components/com_installer/tmpl/database

1 file changed

+4
-4
lines changed

administrator/components/com_installer/tmpl/database/default.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,11 @@
8585
</td>
8686
<th scope="row">
8787
<label for="cb<?php echo $i; ?>">
88-
<span class="hasPopover" data-original-title="<?php echo $extension->name; ?>"
89-
data-content="<?php echo Text::_($manifest->description) ?: Text::_('COM_INSTALLER_MSG_UPDATE_NODESC'); ?>">
90-
<?php echo $extension->name; ?>
91-
</span>
88+
<?php echo $extension->name; ?>
9289
</label>
90+
<div class="small">
91+
<?php echo Text::_($manifest->description); ?>
92+
</div>
9393
</th>
9494
<td>
9595
<?php echo $extension->client_translated; ?>

0 commit comments

Comments
 (0)