Skip to content
Snippets Groups Projects
Select Git revision
  • 576b5e408b485dc8ad417d8bd298cb82cd027182
  • main default protected
  • studip-rector
  • ci-opt
  • course-members-export-as-word
  • data-vue-app
  • pipeline-improvements
  • webpack-optimizations
  • rector
  • icon-renewal
  • http-client-and-factories
  • jsonapi-atomic-operations
  • vueify-messages
  • tic-2341
  • 135-translatable-study-areas
  • extensible-sorm-action-parameters
  • sorm-configuration-trait
  • jsonapi-mvv-routes
  • docblocks-for-magic-methods
19 results

wiki.php

Blame
  • 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 349 B
    <?php
    /**
     * @var bool $important
     * @var bool $html
     * @var string $text
     */
    ?>
    <span class="tooltip tooltip-icon <? if ($important) echo 'tooltip-important'; ?>"
          tabindex="0" aria-label="<?= $html ? htmlReady(strip_tags($text)) : htmlReady($text) ?>">
        <span class="tooltip-content"><?= $html ? $text : htmlReady($text) ?></span>
    </span>