[ADD] Help text in PMS
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user