class/bbctypes.class.php 1 location
|
@@ 492-496 (lines=5) @@
|
| 489 |
|
$link .= '>'; |
| 490 |
|
$linkend = '</a>'; |
| 491 |
|
|
| 492 |
|
if ($withpicto) { |
| 493 |
|
$result .= ($link . img_object(($notooltip ? '' : $label), 'label', |
| 494 |
|
($notooltip ? '' : 'class="classfortooltip"')) . $linkend); |
| 495 |
|
if ($withpicto != 2) { |
| 496 |
|
$result .= ' '; |
| 497 |
|
} |
| 498 |
|
} |
| 499 |
|
$result .= $link . $this->ref . $linkend; |
class/bbcvols.class.php 1 location
|
@@ 676-682 (lines=7) @@
|
| 673 |
|
$link .= '>'; |
| 674 |
|
$linkend = '</a>'; |
| 675 |
|
|
| 676 |
|
if ($withpicto) { |
| 677 |
|
$result .= ($link . img_object(($notooltip ? '' : $label), 'label', |
| 678 |
|
($notooltip ? '' : 'class="classfortooltip"')) . $linkend); |
| 679 |
|
if ($withpicto != 2) { |
| 680 |
|
$result .= ' '; |
| 681 |
|
} |
| 682 |
|
} |
| 683 |
|
$result .= $link . $this->idBBC_vols . $linkend; |
| 684 |
|
return $result; |
| 685 |
|
} |