source: trunk/prototype/modules/calendar/templates/activity_information_task.ejs @ 7075

Revision 7075, 321 bytes checked in by marcieli, 12 years ago (diff)

Ticket #3058 - Exibir mais detalhes da tarefa na atividade vinculada.

  • Property svn:executable set to *
Line 
1<% if(data){
2        var priority = {1: 'Alta', 2: 'Normal', 3: 'Baixa'};%>
3        Título: <%= data.summary %><br>
4        Início: <%= data.startDate %> <%= data.startHour %><br>
5        Prev. Fim: <%= data.dueDate %> <%= data.dueTime %><br>
6        % Conclusão: <%= data.percentage %><br>
7        Prioridade: <%= priority[data.priority] %><br>
8<% } %>
Note: See TracBrowser for help on using the repository browser.