apps: change page title to available/installed, display install action label in button and use different icons for installable and updateable apps
This commit is contained in:
@@ -47,7 +47,7 @@ class Apps extends \Zotlabs\Web\Controller {
|
||||
return replace_macros(get_markup_template('myapps.tpl'), array(
|
||||
'$sitename' => get_config('system','sitename'),
|
||||
'$cat' => $cat,
|
||||
'$title' => t('Apps'),
|
||||
'$title' => (($available) ? t('Available Apps') : t('Installed Apps')),
|
||||
'$apps' => $apps,
|
||||
'$authed' => ((local_channel()) ? true : false),
|
||||
'$manage' => (($available) ? '' : t('Manage apps')),
|
||||
|
Reference in New Issue
Block a user