diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2015-11-05 09:06:45 +0100 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2015-11-05 09:06:45 +0100 |
commit | 91f2e05d5dc15915cb8a9ebbfb6195a6d8d6da35 (patch) | |
tree | 7e4c905b1c0c1d32f682c493ac52aa075ddd5b68 | |
parent | 58fe4f5cb37bb812993850750eda201d5dccf112 (diff) | |
download | volse-hubzilla-91f2e05d5dc15915cb8a9ebbfb6195a6d8d6da35.tar.gz volse-hubzilla-91f2e05d5dc15915cb8a9ebbfb6195a6d8d6da35.tar.bz2 volse-hubzilla-91f2e05d5dc15915cb8a9ebbfb6195a6d8d6da35.zip |
Style the button
-rw-r--r-- | mod/ffsapi.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/ffsapi.php b/mod/ffsapi.php index a75e60bcc..de47408bd 100644 --- a/mod/ffsapi.php +++ b/mod/ffsapi.php @@ -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; -}
\ No newline at end of file +} |