Ignore:
Timestamp:
10/08/13 16:20:46 (11 years ago)
Author:
douglas
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.5/expressoCalendar/templates/default/config.tpl

    r7982 r8232  
    11<!-- 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>  
     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> 
    3333</form> 
    3434<!-- END footer --> 
Note: See TracChangeset for help on using the changeset viewer.