Changeset 2861


Ignore:
Timestamp:
05/26/10 11:58:39 (14 years ago)
Author:
niltonneto
Message:

Ticket #1090 - Correção de falha não validada no ticket #1052.

Location:
branches/2.0/expressoAdmin1_2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/expressoAdmin1_2/js/jscode/users.js

    r2600 r2861  
    153153                                return false; 
    154154                        } 
    155  
     155                         
    156156                        if (type == 'create_user') 
    157                         { 
     157                        {       // Turn enabled checkbox on create user. 
     158                                document.getElementById('changepassword').disabled = false; 
    158159                                cExecuteForm ("$this.user.create", document.forms[0], handler_create); 
    159160                        } 
  • branches/2.0/expressoAdmin1_2/templates/default/accounts_form.tpl

    r2633 r2861  
    107107                <tr bgcolor={row_on}> 
    108108                        <td colspan="2">{lang_account_active}:</td> 
    109                         <td><input type="checkbox" {phpgwaccountstatus_checked} {disabled} name="phpgwaccountstatus" id="phpgwaccountstatus" value="1"</td> 
     109                        <td><input type="checkbox" {phpgwaccountstatus_checked} {disabled} name="phpgwaccountstatus" id="phpgwaccountstatus" value="1"></td> 
    110110                </tr> 
    111111 
    112112                <tr bgcolor={row_off}> 
    113113                        <td colspan="2">{lang_do_not_show_this_account_in_the_contact_center}:</td> 
    114                         <td><input type="checkbox" {phpgwaccountvisible_checked} {disabled} name="phpgwaccountvisible" id="phpgwaccountvisible" value="1"</td> 
     114                        <td><input type="checkbox" {phpgwaccountvisible_checked} {disabled} name="phpgwaccountvisible" id="phpgwaccountvisible" value="1"></td> 
    115115                </tr>            
    116116                {start_coment_expired} 
     
    157157                <tr bgcolor={row_off}> 
    158158                        <td>{lang_active_email_account}:</td> 
    159                         <td><input type="checkbox" {accountstatus_checked} {disabled} name="accountstatus" id="accountstatus" value="1"</td> 
     159                        <td><input type="checkbox" {accountstatus_checked} {disabled} name="accountstatus" id="accountstatus" value="1"></td> 
    160160                </tr> 
    161161         
     
    185185                <tr bgcolor={row_off}> 
    186186                        <td>{lang_only_forwarding}:</td> 
    187                         <td><input type="checkbox" {deliverymode_checked} {disabled} name="deliverymode" id="deliverymode" value="1"</td> 
     187                        <td><input type="checkbox" {deliverymode_checked} {disabled} name="deliverymode" id="deliverymode" value="1"></td> 
    188188                </tr> 
    189189 
Note: See TracChangeset for help on using the changeset viewer.