Ignore:
Timestamp:
11/10/10 10:05:02 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1390 - habilita a utilização de folhas de estilo para templates e temas

Location:
branches/2.2/mobile/templates/default
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/mobile/templates/default/home.tpl

    r3473 r3484  
    44<meta http-equiv="Content-Language" content="pt-BR" /> 
    55<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 
    6 <LINK href="./templates/css/mobile.css" type=text/css rel=StyleSheet> 
     6{css} 
    77<title>Expresso Mobile {lang_home}</title> 
    88</head> 
  • branches/2.2/mobile/templates/default/login.tpl

    r588 r3484  
    1 <HTML> 
    2 <HEAD> 
    3 <!-- <link href="../phpgwapi/templates/celepar/login.css" rel="stylesheet" type="text/css"> --> 
    4 <LINK href="./templates/css/mobile.css" type=text/css rel=StyleSheet>  
    5 <TITLE>{website_title} - {lang_login}</TITLE> 
    6 </HEAD> 
     1<html> 
     2<head> 
     3        <title>{website_title} - {lang_login}</title> 
     4        {css} 
     5</head> 
    76<body scroll="no"  style="overflow:hidden" bgcolor="#ffffff"> 
    87        <table border="0" height="100%" width="100%"> 
Note: See TracChangeset for help on using the changeset viewer.