Changeset 2860


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

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

Location:
trunk/expressoAdmin1_2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoAdmin1_2/js/jscode/users.js

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

    r2712 r2860  
    105105                <tr bgcolor={row_on}> 
    106106                        <td colspan="2">{lang_account_active}:</td> 
    107                         <td><input type="checkbox" {phpgwaccountstatus_checked} {disabled} name="phpgwaccountstatus" id="phpgwaccountstatus" value="1"</td> 
     107                        <td><input type="checkbox" {phpgwaccountstatus_checked} {disabled} name="phpgwaccountstatus" id="phpgwaccountstatus" value="1"></td> 
    108108                </tr> 
    109109 
    110110                <tr bgcolor={row_off}> 
    111111                        <td colspan="2">{lang_do_not_show_this_account_in_the_contact_center}:</td> 
    112                         <td><input type="checkbox" {phpgwaccountvisible_checked} {disabled} name="phpgwaccountvisible" id="phpgwaccountvisible" value="1"</td> 
     112                        <td><input type="checkbox" {phpgwaccountvisible_checked} {disabled} name="phpgwaccountvisible" id="phpgwaccountvisible" value="1"></td> 
    113113                </tr>            
    114114                {start_coment_expired} 
     
    155155                <tr bgcolor={row_off}> 
    156156                        <td>{lang_active_email_account}:</td> 
    157                         <td><input type="checkbox" {accountstatus_checked} {disabled} name="accountstatus" id="accountstatus" value="1"</td> 
     157                        <td><input type="checkbox" {accountstatus_checked} {disabled} name="accountstatus" id="accountstatus" value="1"></td> 
    158158                </tr> 
    159159         
     
    183183                <tr bgcolor={row_off}> 
    184184                        <td>{lang_only_forwarding}:</td> 
    185                         <td><input type="checkbox" {deliverymode_checked} {disabled} name="deliverymode" id="deliverymode" value="1"</td> 
     185                        <td><input type="checkbox" {deliverymode_checked} {disabled} name="deliverymode" id="deliverymode" value="1"></td> 
    186186                </tr> 
    187187 
Note: See TracChangeset for help on using the changeset viewer.