action button update

This commit is contained in:
2024-11-20 12:45:02 +03:00
parent 6c2798c123
commit 6ac5de06e6
30 changed files with 377 additions and 129 deletions

View File

@ -3,7 +3,8 @@
* @var string $label
* @var string $btn_type
* @var string $url
* @var string $title
*/
?>
<a class='btn btn-<?= $btn_type ?>' href='<?= $url ?>' style='margin: 3px' ><?= $label ?></a>
<a title="<?= $title ?>" class='btn btn-<?= $btn_type ?>' href='<?= $url ?>' style='margin: 3px' ><?= $label ?></a>