source: trunk/expressoCalendar/templates/default/migra.tpl @ 7980

Revision 7980, 937 bytes checked in by cristiano, 11 years ago (diff)

Ticket #3378 - Importação automatica de eventos nos participantes

  • Property svn:executable set to *
Line 
1<!-- BEGIN header -->
2<form  method="POST" action="{action_url}">
3<input type="hidden" name="migration" value="true">
4<table border="0" align="center">
5        <tr class="th">
6                <td colspan="2"><font color="{th_text}">&nbsp;<b>{title}</b></font></td>
7        </tr>
8        <tr>
9                <td></td>
10        </tr>
11        <tr>
12                <td colspan="2"><b>{error}</b></td>
13        </tr>
14   <tr>
15        <td></td>
16   </tr>
17<!-- END header -->
18<!-- BEGIN body -->
19        <tr class="th">
20                <td colspan="2" align="center"><b>{lang_expressoCalendar_migration}</b></td>
21        </tr>
22        <tr>
23                <td></td>
24        </tr>
25        <tr class="row_on">
26                <td>{lang_Migrate_all_calendar_events_for_expressoCalendar}:</td>
27        </tr>   
28<!-- END body -->
29<!-- BEGIN footer -->
30        <tr class="th">
31                <td colspan="2">&nbsp;</td>
32        </tr>
33        <tr>
34                <td colspan="2" align="center">
35                        <input type="submit" name="submit" value="{lang_submit}">
36                        <input type="submit" name="cancel" value="{lang_cancel}">
37                </td>
38        </tr>
39</table>
40</form>
41<!-- END footer -->
Note: See TracBrowser for help on using the repository browser.