Changeset 1551


Ignore:
Timestamp:
10/29/09 10:54:05 (15 years ago)
Author:
alexandrecorreia
Message:

Ticket #370 - Melhoria do layout das janelas, para criação de preferencia(on/offline).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/jabberit_messenger/inc/class.uienabledgroups.inc.php

    r1438 r1551  
    6262                        } 
    6363 
    64                         $group = unserialize($_GET['groups']); 
     64                        $group = explode(":",$_GET['groups']); 
     65 
    6566                        $valueGroupsOrganizations = ""; 
    6667                         
     
    7980                                } 
    8081                        } 
    81                          
    8282                         
    8383                        $GLOBALS['phpgw']->template->set_file(array('jabberit_messenger'=>'confGroupsLocked.tpl')); 
     
    141141                                $list_groups .= "<td width='30%'>".$groups[0]."</td>"; 
    142142                                $list_groups .= "<td width='55%'>".$groups[2]."</td>"; 
    143                                 $list_groups .= "<td width='5%' align='center'><a href='./index.php?menuaction=jabberit_messenger.uienabledgroups.editGroups&groups=".serialize($groups)."'>Editar</a></td>"; 
     143                                $list_groups .= "<td width='5%' align='center'><a href='./index.php?menuaction=jabberit_messenger.uienabledgroups.editGroups&groups=".$tmp."'>Editar</a></td>"; 
    144144                                $list_groups .= "</tr>"; 
    145145                        } 
Note: See TracChangeset for help on using the changeset viewer.