diff --git a/htdocs/website/index.php b/htdocs/website/index.php index aa7e165754f..bd19975ba47 100644 --- a/htdocs/website/index.php +++ b/htdocs/website/index.php @@ -3208,7 +3208,8 @@ if ($action == 'editmeta' || $action == 'createcontainer') print ''; print $langs->trans('WEBSITE_TYPE_CONTAINER'); print ''; - print $formwebsite->selectTypeOfContainer('WEBSITE_TYPE_CONTAINER', (GETPOST('WEBSITE_TYPE_CONTAINER', 'alpha') ?GETPOST('WEBSITE_TYPE_CONTAINER', 'alpha') : $type_container)); + print img_picto('', 'object_technic', 'class="paddingrightonly"').' '; + $formwebsite->selectTypeOfContainer('WEBSITE_TYPE_CONTAINER', (GETPOST('WEBSITE_TYPE_CONTAINER', 'alpha') ?GETPOST('WEBSITE_TYPE_CONTAINER', 'alpha') : $type_container)); print ''; if ($action == 'createcontainer') @@ -3597,7 +3598,8 @@ if ($action == 'replacesite' || $action == 'replacesiteconfirm' || $massaction = print $langs->trans("WEBSITE_TYPE_CONTAINER"); print ''; print '
'; - print $formwebsite->selectTypeOfContainer('optioncontainertype', (GETPOST('optioncontainertype', 'alpha') ? GETPOST('optioncontainertype', 'alpha') : ''), 1); + print img_picto('', 'object_technic', 'class="paddingrightonly"').' '; + $formwebsite->selectTypeOfContainer('optioncontainertype', (GETPOST('optioncontainertype', 'alpha') ? GETPOST('optioncontainertype', 'alpha') : ''), 1); print '
'; print '';