Skip to content

Commit f7c791a

Browse files
committed
Add tooltip for skip_on_automated_import
1 parent 214bef1 commit f7c791a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

evap/staff/templates/staff_course_type_index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,11 @@
2727
<th class="width-percent-30">{% translate 'Name (German)' %}</th>
2828
<th class="width-percent-30">{% translate 'Name (English)' %}</th>
2929
<th class="width-percent-30">{% translate 'Import names' %}</th>
30-
<th class="width-percent-30">{% translate 'Skip on automated import' %}</th>
30+
<th class="width-percent-30">{% translate 'Skip on CMS import' %}
31+
<span data-bs-toggle="tooltip" data-bs-placement="right" class="fas fa-circle-info"
32+
title="{% blocktranslate %}When selected, the importer will skip all courses from the CMS data with this type.{% endblocktranslate %}">
33+
</span>
34+
</th>
3135
<th class="width-percent-10 text-end">{% translate 'Actions' %}</th>
3236
</tr>
3337
</thead>

0 commit comments

Comments
 (0)