[ADD] Help text in PMS

This commit is contained in:
Horilla
2023-09-13 16:51:51 +05:30
parent 757aa69808
commit 2899c31875
2 changed files with 2 additions and 2 deletions

View File

@@ -73,7 +73,7 @@
<a class="oh-btn oh-btn--light-bkg w-100 " data-toggle="oh-modal-toggle" data-target="#questionTemplateUpdateModal"
hx-get="{% url 'question-template-update' template_id=question_template.id %}" title="{% trans 'Update' %}" hx-target="#questionTemplateUpdateModalTarget" > <ion-icon
name="create-outline" role="img" class="md hydrated" aria-label="create outline"></ion-icon></a>
<a class="oh-btn oh-btn--danger-outline w-100" onclick="return confirm('{% trans "Do you want to delete this question template?" %}')" href="{% url 'question-template-delete' template_id=question_template.id %}">
<a class="oh-btn oh-btn--danger-outline w-100" title="{% trans 'Delete' %}" onclick="return confirm('{% trans "Do you want to delete this question template?" %}')" href="{% url 'question-template-delete' template_id=question_template.id %}">
<ion-icon name="trash-outline" role="img" class="md hydrated" aria-label="trash outline"></ion-icon>
</a>
</div>

View File

@@ -63,7 +63,7 @@
<a data-toggle="oh-modal-toggle" data-target="#PeriodModal" class="oh-btn oh-btn--light-bkg w-100 " title="{% trans 'Update' %}" hx-get="{% url 'period-update' period_id=period.id%}" hx-target="#periodModalTarget"> <ion-icon
name="create-outline" role="img" class="md hydrated" aria-label="create outline"></ion-icon></a>
<a href="{%url 'period-delete' period_id=period.id %}"
class="oh-btn oh-btn--danger-outline oh-btn--light-bkg w-100" onclick="return confirm('{% trans "Do you want to delete this period ?" %}')" title="{% trans 'Remove' %}"> <ion-icon
class="oh-btn oh-btn--danger-outline oh-btn--light-bkg w-100" onclick="return confirm('{% trans "Do you want to delete this period ?" %}')" title="{% trans 'Delete' %}"> <ion-icon
name="trash-outline" role="img" class="md hydrated" aria-label="trash outline"></ion-icon></a>
</div>
</div>