renamed status icons to name them like corresponding status

This commit is contained in:
Ralf Becker 2014-02-04 10:34:40 +00:00
parent ad464d2824
commit 470a204f85
7 changed files with 3 additions and 3 deletions

View File

@ -1514,16 +1514,16 @@ class calendar_bo
switch($status[0])
{
case 'A': // accepted
$status = html::image('calendar','agt_action_success',$lang_status);
$status = html::image('calendar','accepted',$lang_status);
break;
case 'R': // rejected
$status = html::image('calendar','agt_action_fail',$lang_status);
$status = html::image('calendar','rejected',$lang_status);
break;
case 'T': // tentative
$status = html::image('calendar','tentative',$lang_status);
break;
case 'U': // no response = unknown
$status = html::image('calendar','cnr-pending',$lang_status);
$status = html::image('calendar','needs-action',$lang_status);
break;
case 'D': // delegated
$status = html::image('calendar','forward',$lang_status);

View File

Before

Width:  |  Height:  |  Size: 533 B

After

Width:  |  Height:  |  Size: 533 B

View File

Before

Width:  |  Height:  |  Size: 555 B

After

Width:  |  Height:  |  Size: 555 B

View File

Before

Width:  |  Height:  |  Size: 694 B

After

Width:  |  Height:  |  Size: 694 B

View File

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB