X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=blogger%2Fblogger.php;h=87f58859fd171b6ce877a1e9b903a2a2c43a9504;hb=cc006b445a862a90f2be4053e1201c2bcd79dc9b;hp=8d60472cbd3b96dc7be7518c0a47741ba38c65d6;hpb=7fb604f0ff544faa567aa93212649413ef727811;p=friendica-addons.git diff --git a/blogger/blogger.php b/blogger/blogger.php index 8d60472c..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') . '

'; + $s .= '

'. t('Blogger Export').'

'; $s .= '
'; $s .= '