|
@@ -465,7 +465,8 @@ function show_theme($fuser,$edit=0,$foruserprofile=false)
|
|
|
if ($color) print '<input type="text" class="colorthumb" disabled="disabled" style="padding: 1px; margin-top: 0; margin-bottom: 0; background-color: #'.$color.'" value="'.$color.'">';
|
|
|
else print $langs->trans("Default");
|
|
|
}
|
|
|
- print ' ('.$langs->trans("Default").': <strong>ffffff</strong>, '.$langs->trans("NotSupportedByAllThemes").', '.$langs->trans("PressF5AfterChangingThis").')';
|
|
|
+ print ' ('.$langs->trans("Default").': <strong>ffffff</strong>) ';
|
|
|
+ print $form->textwithpicto('', $langs->trans("NotSupportedByAllThemes").', '.$langs->trans("PressF5AfterChangingThis"));
|
|
|
print '</td>';
|
|
|
}
|
|
|
|
|
@@ -511,7 +512,8 @@ function show_theme($fuser,$edit=0,$foruserprofile=false)
|
|
|
if ($color) print '<input type="text" class="colorthumb" disabled="disabled" style="padding: 1px; margin-top: 0; margin-bottom: 0; background-color: #'.$color.'" value="'.$color.'">';
|
|
|
else print $langs->trans("Default");
|
|
|
}
|
|
|
- print ' ('.$langs->trans("Default").': <strong>'.$default.'</strong>, '.$langs->trans("NotSupportedByAllThemes").', '.$langs->trans("PressF5AfterChangingThis").')';
|
|
|
+ print ' ('.$langs->trans("Default").': <strong>'.$default.'</strong>) ';
|
|
|
+ print $form->textwithpicto('', $langs->trans("NotSupportedByAllThemes").', '.$langs->trans("PressF5AfterChangingThis"));
|
|
|
print '</td>';
|
|
|
}
|
|
|
|
|
@@ -554,7 +556,8 @@ function show_theme($fuser,$edit=0,$foruserprofile=false)
|
|
|
{
|
|
|
print yn($conf->global->THEME_TOPMENU_DISABLE_IMAGE);
|
|
|
}
|
|
|
- print ' ('.$langs->trans("Default").': <strong>'.$default.'</strong>, '.$langs->trans("NotSupportedByAllThemes").', '.$langs->trans("PressF5AfterChangingThis").')';
|
|
|
+ print ' ('.$langs->trans("Default").': <strong>'.$default.'</strong>) ';
|
|
|
+ print $form->textwithpicto('', $langs->trans("NotSupportedByAllThemes").', '.$langs->trans("PressF5AfterChangingThis"));
|
|
|
print '</td>';
|
|
|
}
|
|
|
|
|
@@ -581,7 +584,8 @@ function show_theme($fuser,$edit=0,$foruserprofile=false)
|
|
|
{
|
|
|
print $formother->showColor($conf->global->THEME_ELDY_BACKTITLE1, $langs->trans("Default"));
|
|
|
}
|
|
|
- print ' ('.$langs->trans("Default").': <strong>e6e6e6</strong>, '.$langs->trans("NotSupportedByAllThemes").', '.$langs->trans("PressF5AfterChangingThis").')';
|
|
|
+ print ' ('.$langs->trans("Default").': <strong>e6e6e6</strong>) ';
|
|
|
+ print $form->textwithpicto('', $langs->trans("NotSupportedByAllThemes").', '.$langs->trans("PressF5AfterChangingThis"));
|
|
|
print '</td>';
|
|
|
|
|
|
print '</tr>';
|
|
@@ -607,7 +611,9 @@ function show_theme($fuser,$edit=0,$foruserprofile=false)
|
|
|
{
|
|
|
print $formother->showColor($conf->global->THEME_ELDY_TEXTTITLENOTAB, $langs->trans("Default"));
|
|
|
}
|
|
|
- print ' ('.$langs->trans("Default").': <strong>3c3c14</strong>, '.$langs->trans("NotSupportedByAllThemes").', '.$langs->trans("PressF5AfterChangingThis").')';
|
|
|
+ print ' ('.$langs->trans("Default").': <strong>3c3c14</strong>) ';
|
|
|
+ print $form->textwithpicto('', $langs->trans("NotSupportedByAllThemes").', '.$langs->trans("PressF5AfterChangingThis"));
|
|
|
+
|
|
|
print '</td>';
|
|
|
|
|
|
print '</tr>';
|
|
@@ -653,7 +659,8 @@ function show_theme($fuser,$edit=0,$foruserprofile=false)
|
|
|
if ($color) print '<input type="text" class="colorthumb" disabled="disabled" style="padding: 1px; margin-top: 0; margin-bottom: 0; background-color: #'.$color.'" value="'.$color.'">';
|
|
|
else print $langs->trans("Default");
|
|
|
}
|
|
|
- print ' ('.$langs->trans("Default").': <strong>000078</strong>, '.$langs->trans("NotSupportedByAllThemes").', '.$langs->trans("PressF5AfterChangingThis").')';
|
|
|
+ print ' ('.$langs->trans("Default").': <strong>000078</strong>) ';
|
|
|
+ print $form->textwithpicto('', $langs->trans("NotSupportedByAllThemes").', '.$langs->trans("PressF5AfterChangingThis"));
|
|
|
print '</td>';
|
|
|
}
|
|
|
|
|
@@ -696,7 +703,8 @@ function show_theme($fuser,$edit=0,$foruserprofile=false)
|
|
|
}
|
|
|
else print $langs->trans("None");
|
|
|
}
|
|
|
- print ' ('.$langs->trans("Default").': <strong>edf4fb</strong>, '.$langs->trans("NotSupportedByAllThemes").', '.$langs->trans("PressF5AfterChangingThis").')';
|
|
|
+ print ' ('.$langs->trans("Default").': <strong>edf4fb</strong>) ';
|
|
|
+ print $form->textwithpicto('', $langs->trans("NotSupportedByAllThemes").', '.$langs->trans("PressF5AfterChangingThis"));
|
|
|
print '</td>';
|
|
|
print '</tr>';
|
|
|
}
|