source: trunk/prototype/modules/mail/templates/importEmails.ejs @ 5858

Revision 5858, 1.2 KB checked in by alexandrecorreia, 12 years ago (diff)

Ticket #2583 - Novas dialogs com Jquery para o novo visual do expresso ( com EJS ).

Line 
1<div id="importMessageAccordion"  style="overflow:hidden;">
2        <h3>
3                <a href="#">
4                        <%= get_lang('Choose the file')%>
5                </a>
6        </h3>                   
7        <div>
8                <div class="row fileupload-buttonbar">
9                        <div class="button-files-upload">
10                        <span class="button small btn-success fileinput-button ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" role="button">
11                                        <span class="ui-button-text">
12                                            <span><%= get_lang("Select a zip file or eml")%></span>
13                                            <form id="importFileMessages" method="POST" name="form_import" enctype="multipart/form-data">
14                                                <input type="file" name="file_1" />
15                                                <input type="hidden" name="countFiles" value="1" />
16                                                <input type="hidden" name="folder" />
17                                            </form>
18                                        </span>
19                                </span>
20                </div>
21                </div>
22               
23                <div style="margin-top: 35px;">
24                        <label><%= get_lang('File name')%>:</label>
25                        <label id="lblFileName"></label>
26                </div>
27        </div>
28        <h3>
29                <a href="#"><%= get_lang('Select a folder')%></a>
30        </h3>
31        <div style="overflow : auto;">
32                <div id="foldertree-container-importMessage" class="empty-container">
33                        <span class="message"><%=get_lang('no folder found')%></span>
34                </div>
35        </div>
36</div>
Note: See TracBrowser for help on using the repository browser.