mirror of
https://git.code.sf.net/p/seeddms/code
synced 2026-01-13 12:57:59 +00:00
show help-cursor when moving mouse over label of config var
This commit is contained in:
parent
9c05a0ee3a
commit
042bdb311f
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user