Merge branch 'ent-9991-opcion-de-edicion-de-usuario-skin-theme' into 'develop'

Ent 9991 opcion de edicion de usuario skin theme

See merge request artica/pandorafms!5352
This commit is contained in:
Rafael Ameijeiras 2022-12-28 11:30:52 +00:00
commit 03cad0b117
1 changed files with 2 additions and 2 deletions

View File

@ -401,7 +401,7 @@ if (!$meta) {
// User only can change skins if has more than one group.
if (function_exists('skins_print_select')) {
if (count($usr_groups) > 1) {
$skin = '<div class="label_select"><p class="edit_user_labels">'.__('Skin').': </p>';
$skin = '<div class="label_select"><p class="edit_user_labels">'.__('Theme').': </p>';
$skin .= skins_print_select($id_usr, 'skin', $user_info['id_skin'], '', __('None'), 0, true).'</div>';
}
}
@ -410,7 +410,7 @@ if (!$meta) {
// User only can change skins if has more than one group.
if (function_exists('skins_print_select')) {
if (count($usr_groups) > 1) {
$skin = '<div class="label_select"><p class="edit_user_labels">'.__('Skin').ui_print_help_tip(
$skin = '<div class="label_select"><p class="edit_user_labels">'.__('Theme').ui_print_help_tip(
__('This change will only apply to nodes'),
true
).'</p>';