source: sandbox/2.4.2-expresso1/prototype/modules/mail/templates/followupflag_alarmDeadline_add_item_list.ejs @ 6751

Revision 6751, 370 bytes checked in by marcieli, 12 years ago (diff)

Ticket #2952 - Commit dos arquivos da implementação da nova funcionalidade.

  • Property svn:executable set to *
Line 
1<li class="message-item <%= data.id %>">
2        <a onclick="cExecute('$this.imap_functions.get_info_msg&msg_number=<%= data.messageNumber %>&msg_folder=<%= data.folderName %>&alarm=true', show_msg);">
3                <%= data.a %>
4        </a>
5        <a onclick='cancelAlarm(this, "<%= data.id %>", "<%= data.messageNumber %>", "<%= data.folderName %>");' class="tiny button delete">close</a>
6</li>
Note: See TracBrowser for help on using the repository browser.