source: branches/2.2/filemanager/templates/default/notify_upload.tpl @ 3619

Revision 3619, 1.6 KB checked in by alexandrecorreia, 13 years ago (diff)

Ticket #1468 - Notificacao por email de uploads de arquivos enviados pelo modulo Filemanager

Line 
1<!-- BEGIN body -->
2
3        <form>
4               
5                <div style="margin-left:10px;">
6               
7                        <div style="margin-top: 10px; margin-bottom: 10px;">
8                               
9                                <div>
10                                        <input type="button" name="button_add" value="Adicionar" onclick="alert('Adicionar um novo email para envio')"/>
11                                </div>
12                               
13                                <!--           
14                                <div style="margin-top: 10px; margin-bottom: 10px; position:relative; float:left;">
15                                        <fieldset style="width:400px;">
16                                                <legend> Procurar por </legend>
17                                                <input type="radio" name="opt_email" value="to" /> De
18                                                <input type="radio" name="opt_from"     value="from" /> From
19                                                <br/>           
20                                                <label> Email .: </label>
21                                                <input type="text" size="40" maxlength="40" name="email_search" />
22                                                <input type="button" name="button_search" value="Procurar" onclick="alert('Adicionar um novo email para envio')"/>
23                                        </fieldset>
24                                </div>
25                                -->
26                               
27                        </div>
28                       
29                        <table style="border:0px; width:100% !important;">
30                                <th>
31                                        <tr class="th">
32                                                <td align="left" width="40%">De ( Email )</td>
33                                                <td align="left" width="40%">Para ( Email ) </td>
34                                                <td align="center" width="10%">Editar</td>
35                                                <td align="center" width="10%">Excluir</td>     
36                                        </tr>
37                                </th>
38                        </table>
39                       
40                       
41                        <div>
42                                <div style="margin-top:10px; position:relative; float:left;">
43                                        <input type="button" onClick="document.location.href='{action_url_back}'" value="Voltar"/>
44                                </div>
45                                <div style="margin:10px; position:relative; float:right;">
46                                        {bt_previous}
47                                        {bt_next}
48                                </div>
49                                <input type="hidden" name="button_previous" value="{value_previous}" />
50                                <input type="hidden" name="button_next" value="{value_next}" />
51                        </div>
52                </div>
53               
54        </form>
55
56<!-- END body -->
Note: See TracBrowser for help on using the repository browser.