Skip to content
Snippets Groups Projects
Select Git revision
  • 93bcc22fc6e8688b265e5cd2c7c5aa72efa28ee2
  • main default protected
  • 5.5 protected
  • atlantis
  • 5.3 protected
  • 5.0 protected
  • issue-23
  • issue8-seat-logging-and-export
  • ticket-216
  • tickets-215-216-241-242
10 results

tooltip.php

  • Forked from Stud.IP / Stud.IP
    Source project has a limited visibility.
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    tooltip.php 192 B
    <span class="tooltip tooltip-icon <? if ($important) echo 'tooltip-important'; ?>"
          tabindex="0">
        <span class="tooltip-content"><?= $html ? $text : htmlReady($text) ?></span>
    </span>