show help-cursor when moving mouse over label of config var

This commit is contained in:
Uwe Steinmann 2025-12-05 09:43:08 +01:00
parent 9c05a0ee3a
commit 042bdb311f

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>