mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
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:
commit
03cad0b117
@ -401,7 +401,7 @@ if (!$meta) {
|
|||||||
// User only can change skins if has more than one group.
|
// User only can change skins if has more than one group.
|
||||||
if (function_exists('skins_print_select')) {
|
if (function_exists('skins_print_select')) {
|
||||||
if (count($usr_groups) > 1) {
|
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>';
|
$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.
|
// User only can change skins if has more than one group.
|
||||||
if (function_exists('skins_print_select')) {
|
if (function_exists('skins_print_select')) {
|
||||||
if (count($usr_groups) > 1) {
|
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'),
|
__('This change will only apply to nodes'),
|
||||||
true
|
true
|
||||||
).'</p>';
|
).'</p>';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user