2
0
forked from Wavyzz/dolibarr

Update filemanager.tpl.php

This commit is contained in:
Laurent Destailleur
2019-12-03 13:46:12 +01:00
committed by GitHub
parent d7a8fb98fc
commit 2d95544abd

View File

@@ -81,7 +81,7 @@ if ($permtoadd)
else else
{ {
print '<a href="#" class="inline-block valignmiddle toolbarbutton" title="'.$langs->trans("NotAllowed").'">'; print '<a href="#" class="inline-block valignmiddle toolbarbutton" title="'.$langs->trans("NotAllowed").'">';
print '<img class="toolbarbutton" border="0" src="'.DOL_URL_ROOT.'/theme/common/folder-new.png" style="-webkit-filter: opacity(20%);filter: opacity(20%);cursor: not-allowed;">'; print '<img class="toolbarbutton disabled" border="0" src="'.DOL_URL_ROOT.'/theme/common/folder-new.png">';
print '</a>'; print '</a>';
} }
if ($module == 'ecm') if ($module == 'ecm')