don't provide manage apps button when viewing all available
This commit is contained in:
@@ -50,7 +50,7 @@ class Apps extends \Zotlabs\Web\Controller {
|
||||
'$title' => t('Apps'),
|
||||
'$apps' => $apps,
|
||||
'$authed' => ((local_channel()) ? true : false),
|
||||
'$manage' => t('Manage apps'),
|
||||
'$manage' => (($available) ? '' : t('Manage apps')),
|
||||
'$create' => (($mode == 'edit') ? t('Create new app') : '')
|
||||
));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user