Ignore:
Timestamp:
07/25/12 17:05:36 (12 years ago)
Author:
acoutinho
Message:

Ticket #2966 - Criacao e edicao de tarefas / suporte a anexos, alarmes, participantes e mapa de disponibilidade

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.4.2-expresso1/prototype/modules/calendar/constants.php

    r6797 r6876  
    5656define('CALENDAR_ACL_SHARED', 's'); 
    5757define('CALENDAR_ACL_REQUIRED', 'p'); 
     58 
     59define('PRIORITY_HIGH', 1); 
     60define('PRIORITY_NORMAL', 2); 
     61define('PRIORITY_LOW', 3); 
     62 
     63define('STATUS_TODO_NEED_ACTION', 1); 
     64define('STATUS_TODO_IN_PROGRESS', 2); 
     65define('STATUS_TODO_COMPLETED', 3); 
     66define('STATUS_TODO_CANCELLED', 4); 
    5867?> 
Note: See TracChangeset for help on using the changeset viewer.