status logging
This commit is contained in:
@ -16,23 +16,7 @@
|
||||
function icon_log_type($icon_small, $text)
|
||||
{
|
||||
global $stylepath;
|
||||
return "<img src='$stylepath/images/$icon_small' width='16' height='16' align='middle' border='0' align='left' alt='$text' title='$text'>";
|
||||
}
|
||||
|
||||
function icon_cache_status($status, $text)
|
||||
{
|
||||
global $stylepath;
|
||||
switch($status)
|
||||
{
|
||||
case 1: $icon = "log/16x16-go.png"; break;
|
||||
case 2: $icon = "log/16x16-stop.png"; break;
|
||||
case 3: $icon = "log/16x16-trash.png"; break;
|
||||
case 4: $icon = "log/16x16-trash.png"; break;
|
||||
case 5: $icon = "log/16x16-stop.png"; break;
|
||||
|
||||
default: $icon = "log/16x16-go.png"; break;
|
||||
}
|
||||
return "<img src='$stylepath/images/$icon' width='16' height='16' align='middle' border='0' align='left' alt='$text' title='$text'>";
|
||||
return "<img src='resource2/ocstyle/images/$icon_small' width='16' height='16' align='middle' border='0' align='left' alt='$text' title='$text'>";
|
||||
}
|
||||
|
||||
function icon_difficulty($what, $difficulty)
|
||||
|
Reference in New Issue
Block a user