source: sandbox/2.4.1-3/expressoMail1_2/templates/default/listContacts.ejs @ 6335

Revision 6335, 558 bytes checked in by douglasz, 12 years ago (diff)

Ticket #2768 - Melhorias na inserção de destinatário.

  • Property svn:executable set to *
Line 
1
2<%if (data.type == 'linha'){%>
3<li>
4        <div class="line-separator">
5                &nbsp;
6        </div>
7<%}else{%>
8<li>
9        <img style="position:relative; top:2px; "src="templates/default/images/<%=data.type == 'pessoal' ? 'contato_pessoal' : 'contato_recente'%>.png" title="Contato <%=data.type == 'pessoal' ? data.type : 'recente'%>"/>
10        <a style="width:80%; display: inline-block;"><%= data.name %> - <%= data.email %></a>
11        <span style="width:16px; height:16px; top:5px; <%=data.type == 'pessoal' ? 'display:none' : ''%>">Excluir contato recente</span>       
12<%}%>
13</li>
Note: See TracBrowser for help on using the repository browser.