Merge branch 'seeddms-5.1.x' into seeddms-6.0.x

This commit is contained in:
Uwe Steinmann 2025-12-05 09:43:49 +01:00
commit 8bb3c38820

View File

@ -169,7 +169,7 @@ class SeedDMS_View_Settings extends SeedDMS_Theme_Style {
protected function showConfigPlain($title, $title_desc, $rawdata) { /* {{{ */
$settings = $this->params['settings'];
?>
<tr title="<?= htmlspecialchars($title_desc) ?>">
<tr <?= ($title_desc ? 'title="'.htmlspecialchars($title_desc).'" style="cursor: help;"' : '') ?>>
<td><?= $title ?></td>
<td><?= $rawdata ?></td>
</tr>