Style the button
This commit is contained in:
parent
58fe4f5cb3
commit
91f2e05d5d
@ -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;
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user