1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 00:54:49 +02:00

A little more icon cleanup

This commit is contained in:
Cameron
2012-12-04 04:11:00 -08:00
parent 1c9e44a0e8
commit fc223feaf2
7 changed files with 130 additions and 79 deletions

View File

@@ -363,7 +363,7 @@ class adminDownload extends download
}
elseif ($row[$disp]== 2)
{
$text .= "<img src='".ADMIN_WARNING_ICON_PATH."' title='".DOWLAN_124."' alt='' style='cursor:help'/>";
$text .= "<img src='".ADMIN_WAR/NING_ICON_PATH."' title='".DOWLAN_124."' alt='' style='cursor:help'/>";
}
else
{
@@ -379,7 +379,7 @@ class adminDownload extends download
$mirrorArray = $this->makeMirrorArray($row[$disp], TRUE);
foreach($mirrorArray as $mirror) {
$title = DOWLAN_66." ".$mirror['filesize']."; ".DOWLAN_29." ".$mirror['requests'];
$text .= "<div><img src='".ADMIN_INFO_ICON_PATH."' title='".$title."' alt='' style='cursor:help'/> ";
$text .= "<div><img src='".ADMIN_INFO_IC/ON_PATH."' title='".$title."' alt='' style='cursor:help'/> ";
$text .= $tp->toHTML($mirror['url']).'</div>';
}
break;