Changeset 3083 for trunk/phpgwapi


Ignore:
Timestamp:
07/22/10 17:52:23 (14 years ago)
Author:
amuller
Message:

Ticket #1148 - Corrigindo caminho dos css nas imagens

Location:
trunk/phpgwapi/templates/default
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/templates/default/css.tpl

    r2623 r3083  
    1                 <style type="text/css"> 
    2                 <!-- 
    3                         .row_on { color: {row_text}; background-color: {row_on}; } 
    4                         .row_off { color: {row_text}; background-color: {row_off}; } 
    5                         .th { color: {th_text}; background-color: {th_bg}; } 
    6                         {app_css} 
    7                 --> 
    8                 </style>{css_file} 
     1{css_file} 
  • trunk/phpgwapi/templates/default/head.inc.php

    r2931 r3083  
    1818                $GLOBALS['page_start_time'] = $mtime; 
    1919        } 
    20  
    21         $pngfix = ''; 
    22         if ( ! $GLOBALS[ 'phpgw_info' ][ 'user' ][ 'preferences' ][ 'common' ][ 'disable_pngfix' ] ) 
    23                 $pngfix = "\t\t" . '<!--[if lt IE 7]>' . "\n\t\t\t" 
    24                         . '<script src="' 
    25                         . $GLOBALS[ 'phpgw_info' ][ 'server' ][ 'webserver_url' ] . '/phpgwapi/templates/' . $GLOBALS[ 'phpgw_info' ][ 'server' ][ 'template_set' ] . '/js/pngfix.js' 
    26                         . '" type="text/javascript">' 
    27                         . "</script>\n\t\t" 
    28                         . "<![endif]-->\n"; 
    2920 
    3021        $GLOBALS[ 'phpgw' ] -> js -> validate_file( 'templatejs', 
     
    5445                'img_icon'       => "{$webserver_url}{$GLOBALS[ 'phpgw_info' ][ 'flags' ][ 'currentapp' ]}/templates/{$tmpDefault}/images/navbar.png", 
    5546                'img_shortcut'   => "{$webserver_url}{$GLOBALS[ 'phpgw_info' ][ 'flags' ][ 'currentapp' ]}/templates/{$tmpDefault}/images/navbar.png", 
    56                 'pngfix'         => $pngfix, 
    5747                'lang_code'      => $GLOBALS[ 'phpgw_info' ][ 'user' ][ 'preferences' ][ 'common' ][ 'lang' ], 
    5848                'charset'        => $GLOBALS[ 'phpgw' ] -> translation -> charset( ), 
Note: See TracChangeset for help on using the changeset viewer.