';
@@ -72,7 +74,7 @@ function appnetpost_settings(&$a,&$s) {
/* provide a submit button */
- $s .= '';
+ $s .= '';
$s .= '
Register an account at IFTTT and create a recipe with the following values:';
$s .= '
If: New feed item (via RSS)
';
$s .= '
Then: Post an update (via app.net)
';
diff --git a/blogger/blogger.php b/blogger/blogger.php
index 17124b37..87f58859 100755
--- a/blogger/blogger.php
+++ b/blogger/blogger.php
@@ -56,8 +56,8 @@ function blogger_settings(&$a,&$s) {
/* Get the current state of our config variables */
$enabled = get_pconfig(local_user(),'blogger','post');
-
$checked = (($enabled) ? ' checked="checked" ' : '');
+ $css = (($enabled) ? '' : '-disabled');
$def_enabled = get_pconfig(local_user(),'blogger','post_by_default');
@@ -71,11 +71,11 @@ function blogger_settings(&$a,&$s) {
/* Add some HTML to the existing form */
$s .= '';
- $s .= '
'. t('Blogger Export').'
';
+ $s .= '
'. t('Blogger Export').'
';
$s .= '';
$s .= '
';
$s .= '';
- $s .= '
'. t('Blogger Export').'
';
+ $s .= '
'. t('Blogger Export').'
';
$s .= '';
$s .= '
';
diff --git a/diaspora/diaspora.php b/diaspora/diaspora.php
index 53e1890c..dfefff71 100755
--- a/diaspora/diaspora.php
+++ b/diaspora/diaspora.php
@@ -119,8 +119,8 @@ function diaspora_settings(&$a,&$s) {
/* Get the current state of our config variables */
$enabled = get_pconfig(local_user(),'diaspora','post');
-
$checked = (($enabled) ? ' checked="checked" ' : '');
+ $css = (($enabled) ? '' : '-disabled');
$def_enabled = get_pconfig(local_user(),'diaspora','post_by_default');
@@ -146,11 +146,11 @@ function diaspora_settings(&$a,&$s) {
/* Add some HTML to the existing form */
$s .= '';
- $s .= '
'. t('Diaspora Export').'
';
+ $s .= '
'. t('Diaspora Export').'
';
$s .= '';
$s .= '
';
$s .= '';
- $s .= '
'. t('Diaspora Export').'
';
+ $s .= '
'. t('Diaspora Export').'
';
$s .= '';
if ($status) {
diff --git a/dwpost/dwpost.php b/dwpost/dwpost.php
index 0c2e699a..25f7ac87 100644
--- a/dwpost/dwpost.php
+++ b/dwpost/dwpost.php
@@ -66,8 +66,14 @@ function dwpost_settings(&$a,&$s) {
/* Add some HTML to the existing form */
- $s .= '