mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-08 16:34:33 +02:00
Several accessibility improvements
This commit is contained in:
parent
8bf3d6694a
commit
c978c8e027
20 changed files with 45 additions and 35 deletions
|
@ -387,7 +387,7 @@ class Contact extends BaseModule
|
|||
];
|
||||
|
||||
$tabs_tpl = Renderer::getMarkupTemplate('common_tabs.tpl');
|
||||
$tabs_html = Renderer::replaceMacros($tabs_tpl, ['$tabs' => $tabs]);
|
||||
$tabs_html = Renderer::replaceMacros($tabs_tpl, ['$tabs' => $tabs, '$more' => DI::l10n()->t('More')]);
|
||||
|
||||
switch ($rel) {
|
||||
case 'followers':
|
||||
|
@ -534,7 +534,7 @@ class Contact extends BaseModule
|
|||
}
|
||||
|
||||
$tab_tpl = Renderer::getMarkupTemplate('common_tabs.tpl');
|
||||
$tab_str = Renderer::replaceMacros($tab_tpl, ['$tabs' => $tabs]);
|
||||
$tab_str = Renderer::replaceMacros($tab_tpl, ['$tabs' => $tabs, '$more' => DI::l10n()->t('More')]);
|
||||
|
||||
return $tab_str;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue