We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
btn btn-primary btn btn-secondary btn btn-success btn btn-danger btn btn-warning btn btn-info btn btn-light btn btn-dark btn btn-link
The text was updated successfully, but these errors were encountered:
<div class="footer-actions"> <div class="btn btn-danger" style="float: right" id="close-modal"> Fechar </div> <div>
<script> $('#close-modal').click( function () { $('[widget="TWindow"]').remove(); } ); </script>
Sorry, something went wrong.
<div class="footer-actions"> <a class="btn btn-default" generator="adianti" href="index.php?class=SidePageView&method=onClose&static=1" style="float: left"> <i class="fa fa-times red" aria-hidden="true"></i> Close </a> </div>
public static function onClose() { TScript::create("Template.closeRightPanel()"); }
https://getbootstrap.com/docs/5.1/components/buttons/
No branches or pull requests
btn btn-primary
btn btn-secondary
btn btn-success
btn btn-danger
btn btn-warning
btn btn-info
btn btn-light
btn btn-dark
btn btn-link
The text was updated successfully, but these errors were encountered: