Changeset 15840 for trunk/templates
- Timestamp:
- 01/05/12 23:36:42 (5 months ago)
- File:
-
- 1 edited
-
trunk/templates/base/scripts/BxBaseFunctions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/base/scripts/BxBaseFunctions.php
r15795 r15840 709 709 710 710 // 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') . '"/>'; 713 713 $sResult .= '<div id="' . $sId . '" style="display:none;">' . BxTemplFunctions::getInstance()->transBox('<div class="bx-def-padding bx-def-color-bg-block">'.$sString.'</div>') . '</div>'; 714 714 }
Note: See TracChangeset
for help on using the changeset viewer.