Ignore:
Timestamp:
03/08/13 11:50:57 (11 years ago)
Author:
cristiano
Message:

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

Location:
trunk/expressoCalendar
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoCalendar/inc/hook_admin.inc.php

    r5804 r7980  
    1313        $title = $appname; 
    1414        $file = Array( 
    15                 'ExpressoCalendar migração' => $GLOBALS['phpgw']->link('/index.php','menuaction=admin.uiconfig.index&appname=' . $appname) 
     15                'ExpressoCalendar migration' => $GLOBALS['phpgw']->link('/index.php','menuaction=admin.uiconfig.index&appname=' . $appname. '&config=migra'), 
     16        'Global Settings' => $GLOBALS['phpgw']->link('/index.php','menuaction=admin.uiconfig.index&appname=' . $appname) 
    1617        ); 
    1718        //Do not modify below this line 
  • trunk/expressoCalendar/templates/default/config.tpl

    r5804 r7980  
    11<!-- 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> 
     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> 
    4033</form> 
    4134<!-- END footer --> 
Note: See TracChangeset for help on using the changeset viewer.