Ignore:
Timestamp:
08/03/09 09:54:23 (15 years ago)
Author:
fpcorrea
Message:

Ticket #573 - Importação de mensagens é limitado pelo tamanho máximo de anexos

File:
1 edited

Legend:

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

    r1151 r1246  
    1 <!-- BEGIN head --> 
    2 <html xml:lang="{lang_code}" xmlns="http://www.w3.org/1999/xhtml"> 
    3         <head> 
    4                 <title>{website_title}</title> 
    5                 <meta http-equiv="content-type" content="text/html; charset={charset}" /> 
    6                 <meta name="keywords" content="eGroupWare" /> 
    7                 <meta name="description" content="eGroupware" /> 
    8                 <meta name="keywords" content="eGroupWare" /> 
    9                 <meta name="copyright" content="eGroupWare http://www.egroupware.org (c) 2003" /> 
    10                 <meta name="language" content="{lang_code}" /> 
    11                 <meta name="author" content="eGroupWare http://www.egroupware.org" /> 
    12                 <meta name="robots" content="none" /> 
    13                 <link rel="icon" href="{img_icon}" type="image/x-ico" /> 
    14                 <link rel="shortcut icon" href="{img_shortcut}" /> 
    15                 <link href="{theme_css}" title="eGroupWareStyle" type="text/css" rel="StyleSheet"/> 
    16                 <META http-equiv="Default-Style" content="eGroupWareStyle"> 
    17                 {slider_effects} 
    18                 {simple_show_hide} 
    19                 {pngfix} 
    20                 {css} 
    21                 {java_script} 
    22                 {cookie_manager} 
    23         </head> 
    24         <!-- we don't need body tags anymore, do we?) we do!!! onload!! LK --> 
    25         <body {body_tags}> 
     1<!-- BEGIN head --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 
     2<HTML> 
     3<HEAD> 
     4<META http-equiv="Content-Type" content="text/html; charset={charset}"> 
     5<META name="AUTHOR" content="eGroupWare http://www.egroupware.org"> 
     6<META NAME="description" CONTENT="eGroupWare"> 
     7<META NAME="keywords" CONTENT="eGroupWare"> 
     8<meta name="robots" content="none"> 
     9<LINK REL="ICON" href="{img_icon}" type="image/x-ico"> 
     10<LINK REL="SHORTCUT ICON" href="{img_shortcut}"> 
     11{css} 
     12<TITLE>{website_title}</TITLE> 
     13{java_script} 
     14</HEAD> 
     15<BODY {body_tags}> 
    2616<!-- END head --> 
Note: See TracChangeset for help on using the changeset viewer.