X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=libertree%2Flibertree.php;h=56dc946c32a2c9f26a4ec3231185e7a4f0c181c9;hb=4f5390c09ef469e966be4f66113078823066da1f;hp=b064c6bc2bb7d925eeef40ff9e21e2e086bcfe80;hpb=ce997a0367c56d293099bde0984d92055ab7b221;p=friendica-addons.git diff --git a/libertree/libertree.php b/libertree/libertree.php index b064c6bc..56dc946c 100755 --- a/libertree/libertree.php +++ b/libertree/libertree.php @@ -50,8 +50,8 @@ function libertree_settings(&$a,&$s) { /* Get the current state of our config variables */ $enabled = get_pconfig(local_user(),'libertree','post'); - $checked = (($enabled) ? ' checked="checked" ' : ''); + $css = (($enabled) ? '' : '-disabled'); $def_enabled = get_pconfig(local_user(),'libertree','post_by_default'); @@ -64,11 +64,11 @@ function libertree_settings(&$a,&$s) { /* Add some HTML to the existing form */ $s .= ''; - $s .= '

' . t('libertree Export') . '

'; + $s .= '

'. t('libertree Export').'

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