source: companies/celepar/calendar/templates/celepar/config.tpl @ 763

Revision 763, 2.5 KB checked in by niltonneto, 15 years ago (diff)

Importação inicial do Expresso da Celepar

Line 
1<!-- BEGIN header -->
2<form method="POST" action="{action_url}">
3<table border="0" align="center">
4   <tr bgcolor="{th_bg}">
5    <td colspan="2"><font color="{th_text}">&nbsp;<b>{title}</b></font></td>
6   </tr>
7<!-- END header -->
8
9<!-- BEGIN body -->
10   <tr bgcolor="{row_on}">
11    <td colspan="2">&nbsp;</td>
12   </tr>
13   <tr bgcolor="{row_off}">
14    <td colspan="2"><b>{lang_Calendar_settings}</b></td>
15   </tr>
16   <tr bgcolor="{row_on}">
17    <td>{lang_Do_you_wish_to_autoload_calendar_holidays_files_dynamically?}</td>
18    <td>
19     <select name="newsettings[auto_load_holidays]">
20      <option value=""{selected_auto_load_holidays_False}>{lang_No}</option>
21      <option value="True"{selected_auto_load_holidays_True}>{lang_Yes}</option>
22     </select>
23    </td>
24   </tr>
25   <tr bgcolor="{row_off}">
26    <td>{lang_Location_to_autoload_from}:</td>
27    <td>
28     <select name="newsettings[holidays_url_path]">
29      <option value="localhost"{selected_holidays_url_path_localhost}>localhost</option>
30      <option value="http://www.phpgroupware.org/cal"{selected_holidays_url_path_http://www.phpgroupware.org/cal}>www.phpgroupware.org</option>
31     </select>
32    </td>
33   <tr bgcolor="{row_on}">
34    <td colspan="2">&nbsp;</td>
35   </tr>   
36   </tr>
37    <tr bgcolor="{row_off}">
38    <td colspan="2"><b>{lang_ExpressoMail_Plugin_Calendar}</b></td>
39   </tr>
40   <tr bgcolor="{row_on}">
41    <td>{lang_Select_module_version_expressoMail_(if_available)}</td>
42    <td>
43     <select name="newsettings[cal_expressoMail]">
44      <option value="False"{selected_cal_expressoMail_False}>{lang_dont_use_any_plugin}</option>
45      <option value="1.0"{selected_cal_expressoMail_1.0}>Expresso 1.0</option>
46      <option value="1.2"{selected_cal_expressoMail_1.2}>Expresso 1.2</option>
47     </select>
48    </td>
49   </tr>
50    <tr bgcolor="{row_off}">
51    <td>{lang_Select_type_tree_view}</td>
52    <td>
53     <select name="newsettings[cal_type_tree_participants]">     
54      <option value="2" {selected_cal_type_tree_participants_2}>{lang_first_level_with_recursive_search}</option>
55      <option value="1" {selected_cal_type_tree_participants_1}>{lang_all_levels_with_not_recursive_search}</option>     
56     </select>
57    </td>
58   </tr>
59<!-- END body -->
60
61<!-- BEGIN footer -->
62  <tr bgcolor="{th_bg}">
63    <td colspan="2">
64&nbsp;
65    </td>
66  </tr>
67  <tr>
68    <td colspan="2" align="center">
69      <input type="submit" name="submit" value="{lang_submit}">
70      <input type="submit" name="cancel" value="{lang_cancel}">
71    </td>
72  </tr>
73</table>
74</form>
75<!-- END footer -->
Note: See TracBrowser for help on using the repository browser.