source: branches/2.4/prototype/modules/mail/templates/draggin_box.ejs @ 5754

Revision 5754, 262 bytes checked in by gustavo, 12 years ago (diff)

Ticket #2549 - Definição de DOCTYPE no html para viabilizar cross-browsing no ExpressoMail?

  • Property svn:executable set to *
Line 
1<div class="draggin-box">
2        <span class="ui-icon ui-icon-grip-dotted-vertical ui-draggin-default-image"></span> 
3        <span class="
4                 <% if(data.type == 'folder') {%>
5                        draggin-folder
6                 <%}else{%>
7                        draggin-mail
8                 <%}%>
9                 "><%= data.texto %>
10        </span> 
11 </div>
Note: See TracBrowser for help on using the repository browser.