X-Git-Url: https://git.mxchange.org/?p=friendica-addons.git;a=blobdiff_plain;f=blogger%2Fblogger.php;h=87f58859fd171b6ce877a1e9b903a2a2c43a9504;hp=17124b37eb6be55e59e71c6223353253785cec2c;hb=2e96c60a478156a9dae89d9ab9d35c6eebf543e6;hpb=5282318d1a183063ee424fb941af6dd50771eb78 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 .= '