FIX|Fix Dolibarr#22404 Improve logo tooltip with max uploadsize info
This commit is contained in:
parent
d00abc7046
commit
021abc7509
@ -27,6 +27,7 @@
|
|||||||
* \brief Setup page to configure company/foundation
|
* \brief Setup page to configure company/foundation
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// Load Dolibarr environment
|
||||||
require '../main.inc.php';
|
require '../main.inc.php';
|
||||||
require_once DOL_DOCUMENT_ROOT.'/core/lib/admin.lib.php';
|
require_once DOL_DOCUMENT_ROOT.'/core/lib/admin.lib.php';
|
||||||
require_once DOL_DOCUMENT_ROOT.'/core/lib/company.lib.php';
|
require_once DOL_DOCUMENT_ROOT.'/core/lib/company.lib.php';
|
||||||
@ -466,7 +467,7 @@ print '<input class="maxwidth300 widthcentpercentminusx" name="web" id="web" val
|
|||||||
print '</td></tr>'."\n";
|
print '</td></tr>'."\n";
|
||||||
|
|
||||||
// Barcode
|
// Barcode
|
||||||
if (!empty($conf->barcode->enabled)) {
|
if (isModEnabled('barcode') {
|
||||||
print '<tr class="oddeven"><td>';
|
print '<tr class="oddeven"><td>';
|
||||||
print '<label for="barcode">'.$langs->trans("Gencod").'</label></td><td>';
|
print '<label for="barcode">'.$langs->trans("Gencod").'</label></td><td>';
|
||||||
print '<span class="fa fa-barcode pictofixedwidth"></span>';
|
print '<span class="fa fa-barcode pictofixedwidth"></span>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user