mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Add picto
This commit is contained in:
parent
05ac3de2f0
commit
d51bf44f55
|
|
@ -3208,7 +3208,8 @@ if ($action == 'editmeta' || $action == 'createcontainer')
|
|||
print '<tr><td class="titlefield fieldrequired">';
|
||||
print $langs->trans('WEBSITE_TYPE_CONTAINER');
|
||||
print '</td><td>';
|
||||
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 '</td></tr>';
|
||||
|
||||
if ($action == 'createcontainer')
|
||||
|
|
@ -3597,7 +3598,8 @@ if ($action == 'replacesite' || $action == 'replacesiteconfirm' || $massaction =
|
|||
print $langs->trans("WEBSITE_TYPE_CONTAINER");
|
||||
print '</div>';
|
||||
print '<div class="tagtd">';
|
||||
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 '</div>';
|
||||
print '</div>';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user