Reputation: 95
I want to create a delete button using bootstrap,
currently I have this:
<a class="btn btn-danger remover" data-refid="3" href="#" data-toggle="tooltip" data-placement="top" title="Remover">
<i class="icon-remove icon-white"></i>
</a>
But I want my 'action' => 'delete', $variable['']['']
any Idea how I can do this ?
Upvotes: 0
Views: 1683
Reputation: 3174
You mean like the delete link example in the doc ?
Upvotes: 1