Changeset 2920

Show
Ignore:
Timestamp:
07/22/08 17:58:07 (3 months ago)
Author:
steevanb
Message:

Merge depuis la branche

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/utils/copix/taglib/popupinformation.templatetag.php

    r2870 r2920  
    2828       $divclass   = $this->getParam ('divclass', 'popupInformation'); 
    2929       $handler    = $this->getParam ('handler', 'onmouseover'); 
    30        $namespace  = $this->getParam ('namespace', 'default');  
     30       $namespace  = $this->getParam ('namespace', 'default'); 
    3131       $wHandle    = $this->getParam ('handlerWindow'); 
    3232       $wHandle = ($wHandle != null) ? ( 'handle="'.$wHandle.'" ') : ''; 
    33        $title = $this->getParam ('title'); 
     33       $title = $this->getParam ('popuptitle'); 
    3434        
    35        $id = uniqid ('popupInformation'); 
     35       $id = uniqid ('popupInformation'); 
    3636        
    3737       switch ($handler) { 
     
    8989   } 
    9090} 
     91?>