Style the button

This commit is contained in:
jeroenpraat 2015-11-05 09:06:45 +01:00
parent 58fe4f5cb3
commit 91f2e05d5d

View File

@ -55,10 +55,10 @@ function activate(node) {
}
</script>
<button onclick="activate(this)" title="activate the demo provider">$activate</button>
<button onclick="activate(this)" title="activate the demo provider" class="btn btn-primary">$activate</button>
EOT;
return $s;
}
}