mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Merge branch 'ent-11074-para-el-listado-de-plugin-registrados-falta-enlace-web-desde-nodo-registrado-hacia-metaconsola' into 'develop'
Ent 11074 para el listado de plugin registrados falta enlace web desde nodo registrado hacia metaconsola See merge request artica/pandorafms!6482
This commit is contained in:
commit
22969eff6e
@ -860,8 +860,10 @@ if (empty($create) === false || empty($view) === false) {
|
|||||||
if ($management_allowed === false) {
|
if ($management_allowed === false) {
|
||||||
ui_print_warning_message(
|
ui_print_warning_message(
|
||||||
__(
|
__(
|
||||||
'This console is not manager of this environment,
|
'This console is not manager of this environment, please manage this feature from feature from %s.',
|
||||||
please manage this feature from centralized manager console (Metaconsole).'
|
'<a target="_blank" href="'.ui_get_meta_url(
|
||||||
|
'index.php?sec=advanced&sec2=godmode/servers/plugin_registration&tab=plugin_registration&pure=0'
|
||||||
|
).'">'.__('metaconsole').'</a>'
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user