Navigation Menu

Skip to content

Commit

Permalink
plugin connector settings page cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
friendica committed Jun 7, 2012
1 parent d628366 commit 9f9c187
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions libertree/libertree.css
@@ -1,11 +1,11 @@


#libertree-enable-label, #libertree-username-label, #libertree-password-label, #libertree-bydefault-label { #libertree-enable-label, #libertree-api_token-label, #libertree-url-label, #libertree-bydefault-label {
float: left; float: left;
width: 200px; width: 200px;
margin-top: 10px; margin-top: 10px;
} }


#libertree-checkbox, #libertree-username, #libertree-password, #libertree-bydefault { #libertree-checkbox, #libertree-api_token, #libertree-url, #libertree-bydefault {
float: left; float: left;
margin-top: 10px; margin-top: 10px;
} }
Expand Down
Binary file modified posterous.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions posterous/posterous.css
@@ -1,11 +1,11 @@


#posterous-enable-label, #posterous-username-label, #posterous-password-label, #posterous-bydefault-label { #posterous-enable-label, #posterous-username-label, #posterous-password-label, #posterous-site_id-label, #posterous-api_token-label, #posterous-bydefault-label {
float: left; float: left;
width: 200px; width: 200px;
margin-top: 10px; margin-top: 10px;
} }


#posterous-checkbox, #posterous-username, #posterous-password, #posterous-bydefault { #posterous-checkbox, #posterous-username, #posterous-password, #posterous-site_id, #posterous-api_token, #posterous-bydefault {
float: left; float: left;
margin-top: 10px; margin-top: 10px;
} }
Expand Down
Binary file modified privacy_image_cache.tgz
Binary file not shown.
Binary file modified wppost.tgz
Binary file not shown.
1 change: 1 addition & 0 deletions wppost/wppost.php
Expand Up @@ -97,6 +97,7 @@ function wppost_settings(&$a,&$s) {
$s .= '<div id="wppost-bydefault-wrapper">'; $s .= '<div id="wppost-bydefault-wrapper">';
$s .= '<label id="wppost-bydefault-label" for="wppost-bydefault">' . t('Post to WordPress by default') . '</label>'; $s .= '<label id="wppost-bydefault-label" for="wppost-bydefault">' . t('Post to WordPress by default') . '</label>';
$s .= '<input id="wppost-bydefault" type="checkbox" name="wp_bydefault" value="1" ' . $def_checked . '/>'; $s .= '<input id="wppost-bydefault" type="checkbox" name="wp_bydefault" value="1" ' . $def_checked . '/>';
$s .= '</div><div class="clear"></div>';


$s .= '<div id="wppost-backlink-wrapper">'; $s .= '<div id="wppost-backlink-wrapper">';
$s .= '<label id="wppost-backlink-label" for="wppost-backlink">' . t('Provide a backlink to the Friendica post') . '</label>'; $s .= '<label id="wppost-backlink-label" for="wppost-backlink">' . t('Provide a backlink to the Friendica post') . '</label>';
Expand Down

0 comments on commit 9f9c187

Please sign in to comment.