Ignore:
Timestamp:
11/17/09 09:02:41 (15 years ago)
Author:
amuller
Message:

Ticket #597 - melhoria no modulo gerenciador de arquivos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/filemanager/tp/dompdf/include/frame_factory.cls.php

    r1575 r1654  
    3838 */ 
    3939 
    40 /* $Id: frame_factory.cls.php,v 1.7 2006/07/07 21:31:03 benjcarson Exp $ */ 
     40/* $Id: frame_factory.cls.php 186 2009-10-19 22:42:06Z eclecticgeek@gmail.com $ */ 
    4141 
    4242/** 
     
    163163    } 
    164164 
     165    if ( $frame->get_style()->position == "absolute" || 
     166         $frame->get_style()->position == "fixed" ) 
     167      $positioner = "Absolute"; 
     168     
    165169    $positioner .= "_Positioner"; 
    166170    $decorator .= "_Frame_Decorator"; 
Note: See TracChangeset for help on using the changeset viewer.