HomeHelpTrac

Changeset 15840 for trunk/templates


Ignore:
Timestamp:
01/05/12 23:36:42 (5 months ago)
Author:
Alexander Trofimov
Message:

Read more pointer is more precise and correct now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/base/scripts/BxBaseFunctions.php

    r15795 r15840  
    709709 
    710710                // add button width popup             
    711                 $sId = 'bx-str-limit-' . rand(1, PHP_INT_MAX ); 
    712                 $sResult .= '<img class="bx-str-limit" onclick="$(\'#' . $sId . '\').dolPopup({pointer:{el:$(this)}})" src="' . $this->getTemplateImage('str-limit.png') . '"/>'; 
     711                $sId = 'bx-str-limit-' . rand(1, PHP_INT_MAX); 
     712                $sResult .= '<img class="bx-str-limit" onclick="$(\'#' . $sId . '\').dolPopup({pointer:{el:$(this), offset:\'10 1\', offset_pointer:\'4 0\'}})" src="' . $this->getTemplateImage('str-limit.png') . '"/>'; 
    713713                $sResult .= '<div id="' . $sId . '" style="display:none;">' . BxTemplFunctions::getInstance()->transBox('<div class="bx-def-padding bx-def-color-bg-block">'.$sString.'</div>') . '</div>'; 
    714714            } 
Note: See TracChangeset for help on using the changeset viewer.