Ignore:
Timestamp:
05/15/09 17:24:23 (15 years ago)
Author:
amuller
Message:

Ticket #475 - Resolvendo problemas do calendario, em modulos novos

File:
1 edited

Legend:

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

    r2 r855  
    1  
    21<!-- BEGIN head --> 
     2<script language="Javascript"> 
     3function openwindow(url) 
     4{  
     5         
     6        var window_features =   "scrollbars=yes,resizable=yes,location=no,menubar=no," +  
     7                                                        "personalbar=no,status=no,titlebar=no,toolbar=no," +  
     8                                                        "screenX=screen.width/3,screenY=screen.height/3,top=screen.height/3,left=screen.width/3,width=" +  
     9                                                        screen.width/4*3 + ",height=" + screen.height/8*3;  
     10         
     11        self.open(url,'', window_features);  
     12} 
     13</script> 
    314{row}<br /> 
    415<!-- END head --> 
    5  
    616<!-- BEGIN head_table --> 
    717<table id="calendar_head_table" class="calendar_head_table" border="0" width="100%" cols="{cols}" cellpadding="0" cellspacing="0"> 
     
    1121</table> 
    1222<!-- END head_table --> 
    13  
    1423<!-- BEGIN head_col --> 
    1524{str} 
Note: See TracChangeset for help on using the changeset viewer.