Ignore:
Timestamp:
10/22/10 16:04:42 (13 years ago)
Author:
valmir.sena
Message:

Ticket #1386 - Implementar possibilidade de compartilhar agenda com um GRUPO - branch22

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/phpgwapi/templates/classic/js/listUsers.js

    r1510 r3404  
    179179 
    180180                                        option = window.opener.document.createElement('option'); 
    181                                         option.value =select.options[i].value; 
     181                                        option.value =select.options[i].value;                                    
    182182                                        option.text = select.options[i].text; 
     183                                        if( option.value.charAt(0) == 'g' ) 
     184                                                option.text = "(G) "+option.text; 
    183185                                        selectOpener.options[selectOpener.options.length] = option;      
    184186                                         
Note: See TracChangeset for help on using the changeset viewer.