Changeset 6473 for sandbox/2.4.1-3


Ignore:
Timestamp:
06/13/12 09:00:45 (12 years ago)
Author:
gustavo
Message:

Ticket #2766 - Acrescentando rotas e novo atributo no contato recente.

Location:
sandbox/2.4.1-3
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.4.1-3/home.php

    r6352 r6473  
    9999        } 
    100100 
    101 /* 
    102 //ESSE TRECHO DE CÓDIGO DEVE SER INSERIDO NOVAMENTE POSTERIORMENTE !!!!!!!!!!! 
    103  
    104101        // Default Applications (Home Page)  
    105102        $default_apps = Array(                   
     
    145142                                $appname = 'expressoMail'; 
    146143                        }*/ 
    147 /* 
     144 
    148145                        if(array_search($appname, $default_apps) !== False){ 
    149146                                $thisd = 1; 
     
    186183        } 
    187184        print '</table>'; 
    188 */ 
    189185 
    190  
    191  
    192 //Inicio         
    193         echo ' 
    194             <link rel="Stylesheet" type="text/css" href="prototype/plugins/jquery/jquery-ui.css" />                                      
    195      
    196             <script type="text/javascript" src="prototype/plugins/jquery/jquery.min.js"></script> 
    197          
    198             <script type="text/javascript" src="prototype/plugins/jquery/jquery-ui.min.js"></script> 
    199             <script type="text/javascript" src="prototype/plugins/jquery/jquery-ui.custom.min.js"></script> 
    200             <script src="prototype/plugins/json2/json2.js" language="javascript"></script> 
    201             <script src="prototype/plugins/ejs/ejs.js" language="javascript"></script> 
    202             <script src="prototype/plugins/store/jquery.store.js" language="javascript"></script> 
    203              
    204             <script src="prototype/api/datalayer.js" language="javascript"></script>     
    205             
    206             <script type="text/javascript" src="prototype/plugins/datejs/date-pt-BR.js"></script> 
    207             <script type="text/javascript" src="prototype/plugins/datejs/sugarpak.js"></script> 
    208             <script type="text/javascript" src="prototype/plugins/datejs/parser.js"></script> 
    209  
    210             <script type="text/javascript" src="prototype/plugins/countdown/jquery.countdown.min.js"></script> 
    211             <script type="text/javascript" src="prototype/plugins/countdown/jquery.countdown-pt-BR.js"></script> 
    212  
    213             <script type="text/javascript" src="prototype/modules/home/js/home.js"></script> 
    214             <link rel="Stylesheet" type="text/css" href="prototype/modules/home/css/home.css" />         
    215         '; 
    216  
    217         echo' 
    218             <tr> 
    219                 <td> 
    220                     <div class="portlets" style="width: 100%;"></div> 
    221                 <td> 
    222             </tr>'; 
    223  
    224 //Fim    
    225186        $GLOBALS['phpgw']->common->phpgw_footer(); 
    226187?> 
  • sandbox/2.4.1-3/prototype/config/Tonic.srv

    r6439 r6473  
    1  
    2 [/maillast] 
    3 MailLastResource = /mail/MailLastResource.php 
    4  
    5 [/calendarlast] 
    6 CalendarLastResource = /calendar/CalendarLastResource.php 
    7  
    8 [/newslast] 
    9 NewsLastResource = /news/NewsLastResource.php 
    10  
    11 [/dynamiccontacts] 
    12 DynamicContactsResource = /contact/DynamicContactsResource.php 
    13  
    14 [/oi] 
    15 DynamicContactDeleteResource = /contact/DynamicContactDeleteResource.php 
    16  
    17 [/dynamiccontacts/:id] 
    18 DynamicContactResource = /contact/DynamicContactResource.php 
    19  
    201[/token] 
    212TokenResource = /oauth/TokenResource.php 
     
    3819[/group/:id] 
    3920GroupResource = /catalog/GroupResource.php 
     21 
     22[/dynamiccontacts] 
     23DynamicContactsResource = /catalog/DynamicContactsResource.php 
     24 
     25[/dynamiccontact/:id] 
     26DynamicContactResource = /catalog/DynamicContactResource.php 
  • sandbox/2.4.1-3/prototype/config/dynamicContact.ini

    r6351 r6473  
    88mail = mail 
    99owner = owner 
     10number_of_messages = number_of_messages 
    1011timestamp = timestamp 
Note: See TracChangeset for help on using the changeset viewer.