mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
sorry that was bad english
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
<div class="mb-3">
|
||||
<label for="catSelect">
|
||||
<?= __("Category"); ?>
|
||||
<span class="ms-1" data-bs-toggle="tooltip" title="<?= __("Contacts is a special note category used in various places of Wavelog to store information about QSO partners. This notes are private and are not shared with other users nor exported to external services.") ?>">
|
||||
<span class="ms-1" data-bs-toggle="tooltip" title="<?= __("Contacts is a special note category used in various places of Wavelog to store information about QSO partners. These notes are private and are not shared with other users nor exported to external services.") ?>">
|
||||
<i class="fa fa-question-circle text-info"></i>
|
||||
</span>
|
||||
</label>
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
<label for="catSelect">
|
||||
<?= __("Category"); ?>
|
||||
<?php if ($row->cat == 'Contacts'): ?>
|
||||
<span class="ms-1" data-bs-toggle="tooltip" title="<?= __("Contacts is a special note category used in various places of Wavelog to store information about QSO partners. This notes are private and are not shared with other users nor exported to external services.") ?>">
|
||||
<span class="ms-1" data-bs-toggle="tooltip" title="<?= __("Contacts is a special note category used in various places of Wavelog to store information about QSO partners. These notes are private and are not shared with other users nor exported to external services.") ?>">
|
||||
<i class="fa fa-question-circle text-info"></i>
|
||||
</span>
|
||||
<?php endif; ?>
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
<button type="button" class="btn btn-sm btn-outline-secondary btn-light category-btn" data-category="<?= htmlspecialchars($category_key) ?>">
|
||||
<?= htmlspecialchars($category_label); ?>
|
||||
<?php if ($category_key === 'Contacts'): ?>
|
||||
<span class="ms-1" data-bs-toggle="tooltip" title="<?= __("Contacts is a special note category used in various places of Wavelog to store information about QSO partners. This notes are private and are not shared with other users nor exported to external services.") ?>">
|
||||
<span class="ms-1" data-bs-toggle="tooltip" title="<?= __("Contacts is a special note category used in various places of Wavelog to store information about QSO partners. These notes are private and are not shared with other users nor exported to external services.") ?>">
|
||||
<i class="fa fa-question-circle"></i>
|
||||
</span>
|
||||
<?php endif; ?>
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
<span style="font-size:1em;">
|
||||
<?= __("Category"); ?>: <?= __($row->cat); ?>
|
||||
<?php if ($row->cat == 'Contacts'): ?>
|
||||
<span class="ms-1" data-bs-toggle="tooltip" title="<?= __("Contacts is a special note category used in various places of Wavelog to store information about QSO partners. This notes are private and are not shared with other users nor exported to external services.") ?>">
|
||||
<span class="ms-1" data-bs-toggle="tooltip" title="<?= __("Contacts is a special note category used in various places of Wavelog to store information about QSO partners. These notes are private and are not shared with other users nor exported to external services.") ?>">
|
||||
<i class="fa fa-question-circle text-info"></i>
|
||||
</span>
|
||||
<?php endif; ?>
|
||||
|
||||
Reference in New Issue
Block a user