Revision 8092,
940 bytes
checked in by angelo, 10 years ago
(diff) |
Ticket #3425 - Inconsistencia ao salvar mensagem criada
|
-
Property svn:executable set to
*
|
Line | |
---|
1 | <div id="fileupload_msg<%=data.ID%>" class="fileupload" style="margin : 15px 0px -5px -10px; padding-bottom : 5px;"> |
---|
2 | <div class="row fileupload-buttonbar"> |
---|
3 | <div class="button-files-upload"> |
---|
4 | <<%= is_webkit ? 'button' : 'span style="height: 22px; cursor:pointer;"' %> class="fileinput-button button small"> |
---|
5 | <span style="margin-top: 4px; cursor:pointer;"><i class="icon-plus icon-white"></i>Anexar arquivos</span> |
---|
6 | <INPUT type="file" id="fileInput<%=data.ID%>" name="files[]" multiple></INPUT> |
---|
7 | </<%= is_webkit ? 'button' : 'span' %>> |
---|
8 | <button class="message-attach-link button small"> |
---|
9 | <span>Anexar mensagens</span> |
---|
10 | </button> |
---|
11 | </div> |
---|
12 | </div> |
---|
13 | <br /> |
---|
14 | <div class="files-list" style="margin: 5px"> |
---|
15 | <div class="attachments-list ui-corner-all" style="display:none;"></div> |
---|
16 | </div> |
---|
17 | </div> |
---|
18 | <div id="fileupload_msg<%=data.ID%>_droopzone" style="display:none;" class="fileupload_msg_tooltip"> |
---|
19 | Solte aqui seus anexos |
---|
20 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.