Ignore:
Timestamp:
04/23/10 10:41:56 (14 years ago)
Author:
rodsouza
Message:

Ticket #1009 - Organizando o HTML do template default.

File:
1 edited

Legend:

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

    r1247 r2623  
    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> 
    9 {css_file} 
     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} 
Note: See TracChangeset for help on using the changeset viewer.