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