X-Git-Url: https://git.mxchange.org/?p=friendica-addons.git;a=blobdiff_plain;f=pumpio%2Fpumpio.php;h=d2ef540e3bb8f57d9aecd66c714fd641b1d0eba3;hp=3083d732e174eced3744da84eb468a871d254bd8;hb=2e96c60a478156a9dae89d9ab9d35c6eebf543e6;hpb=5282318d1a183063ee424fb941af6dd50771eb78 diff --git a/pumpio/pumpio.php b/pumpio/pumpio.php index 3083d732..d2ef540e 100755 --- a/pumpio/pumpio.php +++ b/pumpio/pumpio.php @@ -203,6 +203,7 @@ function pumpio_settings(&$a,&$s) { $enabled = get_pconfig(local_user(),'pumpio','post'); $checked = (($enabled) ? ' checked="checked" ' : ''); + $css = (($enabled) ? '' : '-disabled'); $def_enabled = get_pconfig(local_user(),'pumpio','post_by_default'); $def_checked = (($def_enabled) ? ' checked="checked" ' : ''); @@ -219,11 +220,11 @@ function pumpio_settings(&$a,&$s) { /* Add some HTML to the existing form */ $s .= ''; - $s .= '

'. t('Pump.io Import/Export/Mirror').'

'; + $s .= '

'. t('Pump.io Import/Export/Mirror').'

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