Changeset 1267 for trunk/calendar


Ignore:
Timestamp:
08/04/09 13:48:56 (15 years ago)
Author:
niltonneto
Message:

Ticket #475 - Alteração de "celepar" hardcode pra "classic".

Location:
trunk/calendar/templates/classic
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/calendar/templates/classic/confirm.tpl

    r2 r1267  
    33<head> 
    44<title> .: Expresso :. </title> 
    5 <link href='/phpgwapi/templates/celepar/login.css' rel='stylesheet' type='text/css'> 
     5<link href='/phpgwapi/templates/classic/login.css' rel='stylesheet' type='text/css'> 
    66</head> 
    77<body class='body'> 
  • trunk/calendar/templates/classic/js/edit.js

    r638 r1267  
    6767                newScreenX  = screen.width - newWidth;           
    6868                newScreenY  = 0;                 
    69                 window.open('calendar/templates/celepar/listUsers.php?owner='+owner,"","width="+newWidth+",height="+newHeight+",screenX="+newScreenX+",left="+newScreenX+",screenY="+newScreenY+",top="+newScreenY+",toolbar=no,scrollbars=yes,resizable=no"); 
     69                window.open('calendar/templates/classic/listUsers.php?owner='+owner,"","width="+newWidth+",height="+newHeight+",screenX="+newScreenX+",left="+newScreenX+",screenY="+newScreenY+",top="+newScreenY+",toolbar=no,scrollbars=yes,resizable=no"); 
    7070        } 
    7171 
  • trunk/calendar/templates/classic/js/edit_exmail.js

    r1125 r1267  
    44\******************************************************************************/ 
    55var contacts = ''; 
     6var expresso_offline = ''; 
    67var array_lang = new Array(); 
    78var finderTimeout = ''; 
     
    209210        loadScript(path+"/js/common_functions.js"); 
    210211        loadScript(path+"/js/QuickCatalogSearch.js"); 
    211         loadScript("calendar/templates/celepar/js/over_fn_exmail.js"); 
     212        loadScript("calendar/templates/classic/js/over_fn_exmail.js"); 
    212213        if(!contacts) 
    213214                cExecute (path+'.db_functions.get_dropdown_contacts', save_contacts); 
  • trunk/calendar/templates/classic/listUsers.php

    r2 r1267  
    88         
    99        include('../../../header.inc.php'); 
    10         include('../../../phpgwapi/templates/celepar/head.inc.php'); 
     10        include('../../../phpgwapi/templates/classic/head.inc.php'); 
    1111 
    1212        $owner = $GLOBALS['_GET']['owner']; 
     
    1919        $t = &$GLOBALS['phpgw']->template;                                               
    2020        // seta o Template 
    21         $t->set_file(array('addUser_t' => '../../../calendar/templates/celepar/listUsers.tpl')); 
     21        $t->set_file(array('addUser_t' => '../../../calendar/templates/classic/listUsers.tpl')); 
    2222         
    2323        $obj_account = CreateObject('phpgwapi.accounts',$this->bo->owner); 
  • trunk/calendar/templates/classic/publicView.php

    r2 r1267  
    3434                } 
    3535        </style> 
    36         <LINK href="../../../phpgwapi/templates/celepar/css/celepar.css" type=text/css rel=StyleSheet> 
     36        <LINK href="../../../phpgwapi/templates/classic/css/celepar.css" type=text/css rel=StyleSheet> 
    3737        <script language="Javascript"> 
    3838                function validate(){ 
Note: See TracChangeset for help on using the changeset viewer.