Ignore:
Timestamp:
12/17/09 12:35:01 (14 years ago)
Author:
valmir.sena
Message:

Ticket #835 - Permitir ou não o uso duplicado de CPF

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        11nbproject 
         2 
         3header.inc.php 
  • trunk/expressoAdmin1_2/templates/default/config.tpl

    r1521 r1867  
    135135        </tr> 
    136136         
     137         <tr class="row_off"> 
     138                <td>{lang_deny_user_accounts_with_the_same_cpf}?</td> 
     139                <td> 
     140                        <select name="newsettings[expressoAdmin_deny_same_cpf]"> 
     141                                <option value="false" {selected_expressoAdmin_deny_same_cpf_false}>{lang_no}</option> 
     142                                <option value="true" {selected_expressoAdmin_deny_same_cpf_true}>{lang_yes}</option> 
     143                        </select> 
     144                </td> 
     145      </tr> 
     146         
    137147        <tr class="row_th">      
    138148                <td>{lang_maximum_length_of_photo_archive__(default_10240_=_10_kb)}:</td> 
    139149                <td><input name="newsettings[expressoAdmin_photo_length]" value="{value_expressoAdmin_photo_length}" size="15" /></td>   
    140150        </tr> 
    141  
     151         
    142152        <tr class="th"> 
    143153                <td colspan="2" align="center"><b>{lang_Configurations_to_get_nextID_from_another_DB}<br>{lang_Leave_the_host_field_empty_to_use_the_same_DB_of_the_ExpressoLivre}</b></td> 
Note: See TracChangeset for help on using the changeset viewer.