Ignore:
Timestamp:
07/08/10 17:52:20 (14 years ago)
Author:
amuller
Message:

Ticket #1135 - Aplicando alterações do branches 2.0 no branches 2.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/expressoAdmin1_2/templates/default/accounts_form.tpl

    r1991 r3018  
    9898                <tr bgcolor={row_on}> 
    9999                        <td colspan="2">{lang_password_expired}:</td> 
    100                         <td><input onchange="javascript:set_changepassword();" type="checkbox" {passwd_expired_checked} {disabled} name="passwd_expired" id="passwd_expired" value="1"</td> 
     100                        <td><input onclick="javascript:set_changepassword();" type="checkbox" {passwd_expired_checked} {disabled} name="passwd_expired" id="passwd_expired" value="1"></td> 
    101101                </tr> 
    102102 
    103103                <tr bgcolor={row_off}> 
    104104                        <td colspan="2">{lang_change_password}:</td> 
    105                         <td><input type="checkbox" {changepassword_checked} {disabled} name="changepassword" id="changepassword" value="1"</td> 
     105                        <td><input type="checkbox" {changepassword_checked} {disabled} name="changepassword" id="changepassword" value="1"></td> 
    106106                </tr> 
    107107 
    108108                <tr bgcolor={row_on}> 
    109109                        <td colspan="2">{lang_account_active}:</td> 
    110                         <td><input type="checkbox" {phpgwaccountstatus_checked} {disabled} name="phpgwaccountstatus" id="phpgwaccountstatus" value="1"</td> 
     110                        <td><input type="checkbox" {phpgwaccountstatus_checked} {disabled} name="phpgwaccountstatus" id="phpgwaccountstatus" value="1"></td> 
    111111                </tr> 
    112112 
    113113                <tr bgcolor={row_off}> 
    114114                        <td colspan="2">{lang_do_not_show_this_account_in_the_contact_center}:</td> 
    115                         <td><input type="checkbox" {phpgwaccountvisible_checked} {disabled} name="phpgwaccountvisible" id="phpgwaccountvisible" value="1"</td> 
     115                        <td><input type="checkbox" {phpgwaccountvisible_checked} {disabled} name="phpgwaccountvisible" id="phpgwaccountvisible" value="1"></td> 
    116116                </tr>            
    117117                {start_coment_expired} 
     
    158158                <tr bgcolor={row_off}> 
    159159                        <td>{lang_active_email_account}:</td> 
    160                         <td><input type="checkbox" {accountstatus_checked} {disabled} name="accountstatus" id="accountstatus" value="1"</td> 
     160                        <td><input type="checkbox" {accountstatus_checked} {disabled} name="accountstatus" id="accountstatus" value="1"></td> 
    161161                </tr> 
    162162         
     
    186186                <tr bgcolor={row_off}> 
    187187                        <td>{lang_only_forwarding}:</td> 
    188                         <td><input type="checkbox" {deliverymode_checked} {disabled} name="deliverymode" id="deliverymode" value="1"</td> 
     188                        <td><input type="checkbox" {deliverymode_checked} {disabled} name="deliverymode" id="deliverymode" value="1"></td> 
    189189                </tr> 
    190190 
     
    386386<script type="text/javascript"> 
    387387tab.display(1); 
     388// Note: The "change_password" field must be disabled and checked when the "passwd_expired" field will be enabled.   
     389set_changepassword();  
    388390</script> 
    389391 
Note: See TracChangeset for help on using the changeset viewer.