Look: Ajout picto setup
This commit is contained in:
parent
75cadb392d
commit
41e41d70a1
@ -151,7 +151,7 @@ print " <td align=\"center\">".$langs->trans("Version")."</td>\n";
|
|||||||
print " <td align=\"center\">".$langs->trans("DbVersion")."</td>\n";
|
print " <td align=\"center\">".$langs->trans("DbVersion")."</td>\n";
|
||||||
print " <td align=\"center\">".$langs->trans("Activated")."</td>\n";
|
print " <td align=\"center\">".$langs->trans("Activated")."</td>\n";
|
||||||
print " <td align=\"center\">".$langs->trans("Action")."</td>\n";
|
print " <td align=\"center\">".$langs->trans("Action")."</td>\n";
|
||||||
print " <td> </td>\n";
|
print " <td>".$langs->trans("SetupShort")."</td>\n";
|
||||||
print "</tr>\n";
|
print "</tr>\n";
|
||||||
|
|
||||||
|
|
||||||
@ -272,7 +272,7 @@ foreach ($orders as $key => $value)
|
|||||||
if ($objMod->config_page_url)
|
if ($objMod->config_page_url)
|
||||||
{
|
{
|
||||||
if (is_array($objMod->config_page_url)) {
|
if (is_array($objMod->config_page_url)) {
|
||||||
print " <td>";
|
print ' <td align="center">';
|
||||||
$i=0;
|
$i=0;
|
||||||
foreach ($objMod->config_page_url as $page)
|
foreach ($objMod->config_page_url as $page)
|
||||||
{
|
{
|
||||||
@ -282,14 +282,16 @@ foreach ($orders as $key => $value)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
print '<a href="'.$page.'">'.$langs->trans("Setup").'</a> ';
|
//print '<a href="'.$page.'">'.$langs->trans("Setup").'</a> ';
|
||||||
|
print '<a href="'.$page.'">'.img_picto($langs->trans("Setup"),"setup").'</a> ';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
print "</td>\n";
|
print "</td>\n";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
print ' <td><a href="'.$objMod->config_page_url.'">'.$langs->trans("Setup").'</a></td>';
|
//print ' <td align="center"><a href="'.$objMod->config_page_url.'">'.$langs->trans("Setup").'</a></td>';
|
||||||
|
print ' <td align="center"><a href="'.$objMod->config_page_url.'">'.img_picto($langs->trans("Setup"),"setup").'</a></td>';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
BIN
htdocs/theme/dev/img/setup.png
Normal file
BIN
htdocs/theme/dev/img/setup.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 405 B |
BIN
htdocs/theme/dolibarr/img/setup.png
Normal file
BIN
htdocs/theme/dolibarr/img/setup.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 405 B |
BIN
htdocs/theme/eldy/img/setup.png
Normal file
BIN
htdocs/theme/eldy/img/setup.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 405 B |
BIN
htdocs/theme/freelug/img/setup.png
Normal file
BIN
htdocs/theme/freelug/img/setup.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 405 B |
BIN
htdocs/theme/yellow/img/setup.png
Normal file
BIN
htdocs/theme/yellow/img/setup.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 405 B |
Loading…
Reference in New Issue
Block a user