renamed status icons to name them like corresponding status
@ -1514,16 +1514,16 @@ class calendar_bo
|
|||||||
switch($status[0])
|
switch($status[0])
|
||||||
{
|
{
|
||||||
case 'A': // accepted
|
case 'A': // accepted
|
||||||
$status = html::image('calendar','agt_action_success',$lang_status);
|
$status = html::image('calendar','accepted',$lang_status);
|
||||||
break;
|
break;
|
||||||
case 'R': // rejected
|
case 'R': // rejected
|
||||||
$status = html::image('calendar','agt_action_fail',$lang_status);
|
$status = html::image('calendar','rejected',$lang_status);
|
||||||
break;
|
break;
|
||||||
case 'T': // tentative
|
case 'T': // tentative
|
||||||
$status = html::image('calendar','tentative',$lang_status);
|
$status = html::image('calendar','tentative',$lang_status);
|
||||||
break;
|
break;
|
||||||
case 'U': // no response = unknown
|
case 'U': // no response = unknown
|
||||||
$status = html::image('calendar','cnr-pending',$lang_status);
|
$status = html::image('calendar','needs-action',$lang_status);
|
||||||
break;
|
break;
|
||||||
case 'D': // delegated
|
case 'D': // delegated
|
||||||
$status = html::image('calendar','forward',$lang_status);
|
$status = html::image('calendar','forward',$lang_status);
|
||||||
|
Before Width: | Height: | Size: 533 B After Width: | Height: | Size: 533 B |
Before Width: | Height: | Size: 555 B After Width: | Height: | Size: 555 B |
Before Width: | Height: | Size: 694 B After Width: | Height: | Size: 694 B |
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |