add of tooltip
This commit is contained in:
parent
49b3970700
commit
0611db68cf
@ -143,4 +143,5 @@ ConfirmSitemapsCreation=Confirm sitemap generation
|
||||
SitemapGenerated=Sitemap Generated
|
||||
ImportFavicon=Favicon
|
||||
ErrorFaviconType=Favicon must be png
|
||||
ErrorFaviconSize=Favicon must be of size 32x32
|
||||
ErrorFaviconSize=Favicon must be of size 32x32
|
||||
FaviconTooltip=Upload an image which needs to be a png of 32x32
|
||||
@ -3152,7 +3152,7 @@ if ($action == 'editcss') {
|
||||
|
||||
// Favicon
|
||||
print '<tr><td>';
|
||||
print $langs->trans('ImportFavicon');
|
||||
print $form->textwithpicto($langs->trans('ImportFavicon'), $langs->trans('FaviconTooltip'));
|
||||
print '</td><td>';
|
||||
print '<input type="file" class="flat minwidth300" name="addedfile" id="addedfile"/>';
|
||||
print '</tr></td>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user