source: branches/2.5/expressoCalendar/templates/default/config.tpl @ 8232

Revision 8232, 1.2 KB checked in by douglas, 11 years ago (diff)

Ticket #0000 - Copiadas as alterações do Trunk. Versão final 2.5.1.

  • Property svn:executable set to *
Line 
1<!-- BEGIN header -->
2<form method="POST" action="{action_url}">
3    <table border="0" align="center">
4        <!-- END header -->
5        <!-- BEGIN body -->
6        <tr class="th">
7            <td colspan="2" align="center"><b>{lang_expressoCalendar_Setup}</b></td>
8        </tr>
9
10        <tr><td></td></tr>
11
12        <tr class="row_off">
13            <td>{lang_Auto_import_calendars_to_receive_an_internal_event}:</td>
14            <td>
15                <select name="newsettings[expressoCalendar_autoImportCalendars]">
16                    <option value="false" {selected_expressoCalendar_autoImportCalendars_false}>{lang_no}</option>
17                    <option value="true"  {selected_expressoCalendar_autoImportCalendars_true}>{lang_yes}</option>
18                </select>
19            </td>
20        </tr>
21        <!-- END body -->
22        <!-- BEGIN footer -->
23        <tr class="th">
24            <td colspan="2">&nbsp;</td>
25        </tr>
26        <tr>
27            <td colspan="2" align="center">
28                <input type="submit" name="submit" value="{lang_submit}">
29                <input type="submit" name="cancel" value="{lang_cancel}">
30            </td>
31        </tr>
32    </table>
33</form>
34<!-- END footer -->
Note: See TracBrowser for help on using the repository browser.