mirror of
https://github.com/friendica/friendica
synced 2025-04-21 23:10:11 +00:00
Refactor admin site settings templates
- Fix header hierarchy in admin/site.tpl - Fix panel display in frio/templates/admin/site.tpl
This commit is contained in:
parent
5ce404f517
commit
fd89572606
3 changed files with 291 additions and 282 deletions
|
@ -613,7 +613,7 @@ class Site extends BaseAdmin
|
|||
'$worker_title' => DI::l10n()->t('Worker'),
|
||||
'$relay_title' => DI::l10n()->t('Message Relay'),
|
||||
'$relocate' => DI::l10n()->t('Relocate Instance'),
|
||||
'$relocate_warning' => DI::l10n()->t('Warning! Advanced function. Could make this server unreachable.'),
|
||||
'$relocate_warning' => DI::l10n()->t('<strong>Warning!</strong> Advanced function. Could make this server unreachable.'),
|
||||
'$baseurl' => DI::baseUrl()->get(true),
|
||||
|
||||
// name, label, value, help string, extra data...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue