kernel update
This commit is contained in:
10
kernel/views/widgets/action_button.php
Normal file
10
kernel/views/widgets/action_button.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
/**
|
||||
* @var string $label
|
||||
* @var string $btn_type
|
||||
* @var string $url
|
||||
* @var string $title
|
||||
*/
|
||||
?>
|
||||
|
||||
<a title="<?= $title ?>" class='btn btn-<?= $btn_type ?>' href='<?= $url ?>' style='margin: 3px' ><?= $label ?></a>
|
Reference in New Issue
Block a user