class/bbcvols.class.php 1 location
|
@@ 690-696 (lines=7) @@
|
| 687 |
|
$link .= '>'; |
| 688 |
|
$linkend = '</a>'; |
| 689 |
|
|
| 690 |
|
if ($withpicto) { |
| 691 |
|
$result .= ($link . img_object(($notooltip ? '' : $label), 'label', |
| 692 |
|
($notooltip ? '' : 'class="classfortooltip"')) . $linkend); |
| 693 |
|
if ($withpicto != 2) { |
| 694 |
|
$result .= ' '; |
| 695 |
|
} |
| 696 |
|
} |
| 697 |
|
$result .= $link . $this->idBBC_vols . $linkend; |
| 698 |
|
return $result; |
| 699 |
|
} |
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; |