Ignore:
Timestamp:
09/24/07 10:22:29 (17 years ago)
Author:
niltonneto
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoAdmin1_2/templates/default/accounts_form.tpl

    r64 r72  
    4141        <table width="90%" border="0" cellspacing="4"> 
    4242                <tr bgcolor={row_on}> 
     43                        <td>{lang_search_organization}:</td> 
     44                        <td><input type="text" id="organization_search" autocomplete="off" size=20 onKeyUp="javascript:search_organization(this.value);" onBlur="javascript:sinc_combos_org(context.value); get_available_groups(context.value); get_available_maillists(context.value); get_available_sambadomains(context.value, '{type}')"></td> 
     45                </tr> 
     46 
     47                <tr bgcolor={row_off}> 
    4348                        <td>{lang_organizations}:</td> 
    4449                        <td><select {disabled} id="ea_combo_org_info" name="context" onchange="javascript:sinc_combos_org(this.value); get_available_groups(this.value); get_available_maillists(this.value); get_available_sambadomains(this.value, '{type}')">{sectors}</select></td> 
    4550                </tr> 
    4651                                                         
    47                 <tr bgcolor={row_off}> 
     52                <tr bgcolor={row_on}> 
    4853                        <td>{lang_account_lid}:</td> 
    4954                        <td> 
     
    5762                </tr> 
    5863                 
    59                 <tr bgcolor={row_on}> 
     64                <tr bgcolor={row_off}> 
    6065                        <td width="15%">{lang_firstname}:</td> 
    6166                        <td width="35%"><input type="text" name="givenname" value="{givenname}" autocomplete="off" {disabled} size=42></input>&nbsp;</td> 
     
    8994                        </td> 
    9095                </tr> 
    91                                                  
    92                 <tr bgcolor={row_off}> 
    93                         <td colspan="2">{lang_changepassword}:</td>                      
     96 
     97                <tr bgcolor={row_on}> 
     98                        <td colspan="2">{lang_passwd_expired}:</td> 
     99                        <td><input type="checkbox" {passwd_expired_checked} {disabled} name="passwd_expired" id="passwd_expired" value="1"</td> 
     100                </tr> 
     101 
     102                <tr bgcolor={row_off}> 
     103                        <td colspan="2">{lang_changepassword}:</td> 
    94104                        <td><input type="checkbox" {changepassword_checked} {disabled} name="changepassword" id="changepassword" value="1"</td> 
    95105                </tr> 
Note: See TracChangeset for help on using the changeset viewer.