X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=blogger%2Fblogger.php;h=87f58859fd171b6ce877a1e9b903a2a2c43a9504;hb=2e96c60a478156a9dae89d9ab9d35c6eebf543e6;hp=67aae4a135f88e9c41063c9edb4ad3cbf16854d1;hpb=72f23f7b5236bdfc1d8c1b878ca22261ae8e55dd;p=friendica-addons.git diff --git a/blogger/blogger.php b/blogger/blogger.php index 67aae4a1..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'); @@ -70,8 +70,14 @@ function blogger_settings(&$a,&$s) { /* Add some HTML to the existing form */ - $s .= '
'; - $s .= '

' . t('Blogger Post Settings') . '

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

'. t('Blogger Export').'

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