aboutsummaryrefslogtreecommitdiffstats
path: root/addon/randplace
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-02-23 18:24:29 -0800
committerFriendika <info@friendika.com>2011-02-23 18:24:29 -0800
commit834439b7300584350ac1676f3f43f5511a4b509b (patch)
tree07eee6cd1f2e078d7f37e9fe7ce6fe7128255fbc /addon/randplace
parent352fef6208184d0609d3305010c5d74dd5e4c720 (diff)
downloadvolse-hubzilla-834439b7300584350ac1676f3f43f5511a4b509b.tar.gz
volse-hubzilla-834439b7300584350ac1676f3f43f5511a4b509b.tar.bz2
volse-hubzilla-834439b7300584350ac1676f3f43f5511a4b509b.zip
cleanup plugin and post settings
Diffstat (limited to 'addon/randplace')
-rw-r--r--addon/randplace/randplace.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/addon/randplace/randplace.php b/addon/randplace/randplace.php
index d7ea65c9d..fa38de377 100644
--- a/addon/randplace/randplace.php
+++ b/addon/randplace/randplace.php
@@ -167,6 +167,7 @@ function randplace_settings(&$a,&$s) {
/* Add some HTML to the existing form */
+ $s .= '<div class="settings-block">';
$s .= '<h3>' . t('Randplace Settings') . '</h3>';
$s .= '<div id="randplace-enable-wrapper">';
$s .= '<label id="randplace-enable-label" for="randplace-checkbox">' . t('Enable Randplace Plugin') . '</label>';
@@ -175,6 +176,6 @@ function randplace_settings(&$a,&$s) {
/* provide a submit button */
- $s .= '<div class="settings-submit-wrapper" ><input type="submit" name="submit" class="settings-submit" value="' . t('Submit') . '" /></div>';
+ $s .= '<div class="settings-submit-wrapper" ><input type="submit" name="submit" class="settings-submit" value="' . t('Submit') . '" /></div></div>';
} \ No newline at end of file