source: trunk/calendar/templates/default/overlap.tpl @ 5132

Revision 5132, 924 bytes checked in by wmerlotto, 12 years ago (diff)

Ticket #2305 - Enviando alteracoes, desenvolvidas internamente na Prognus, do modulo calendar.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1<!-- BEGIN overlap -->
2<center><br />
3<table id="calendar_overlap_table">
4        <tr>
5                <td>
6                        {overlap_text}
7                </td>
8        </tr>
9        <tr>
10                <td>
11                        <ul>{overlap_list}</ul>
12                </td>
13        </tr>
14        <tr>
15                <td>
16                        <table id="calendar_overlap_table2" cellspacing="5">
17                                <tr>
18                                        <td>
19                                                {cancel_button}
20                                        </td>
21                                        <td>
22                                                {resubmit_button}
23                                        </td>
24                                        <td>
25                                                {reedit_button}
26                                        </td>
27                                </tr>
28                        </table>
29                </td>
30        </tr>
31</table>
32</center>
33{suggestion}
34<style>
35        .even { background-color: #f4f8fb}
36        .odd { background-color: #fff}
37        .fields {
38                list-style-type: none;
39                list-style-image: none;
40                margin: 0;
41                padding: 0;
42        }
43       
44        .fields li{
45                text-align:center;
46                display: block;
47                width:100%;
48                margin: 0;
49                padding: 0;
50        }
51
52        .fields li div{
53                text-align:left;
54                display: inline-block;
55                float:center;
56                width:220px;
57        }       
58       
59        label {
60                margin: 0 3px 0 3px;
61                width: 100px;
62                display: inline-block;
63        }
64</style>
65<!-- END overlap -->
Note: See TracBrowser for help on using the repository browser.