source: trunk/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 *
RevLine 
[5754]1<div class="draggin-box">
2        <span class="ui-icon ui-icon-grip-dotted-vertical ui-draggin-default-image"></span> 
[5486]3        <span class="
4                 <% if(data.type == 'folder') {%>
[5754]5                        draggin-folder
[5486]6                 <%}else{%>
[5754]7                        draggin-mail
[5486]8                 <%}%>
9                 "><%= data.texto %>
10        </span> 
11 </div>
Note: See TracBrowser for help on using the repository browser.