diff --git a/enferno/admin/templates/admin/activity.html b/enferno/admin/templates/admin/activity.html index 70a6899d8..82585a2ac 100644 --- a/enferno/admin/templates/admin/activity.html +++ b/enferno/admin/templates/admin/activity.html @@ -28,6 +28,10 @@ {{ _('System Activity') }} {{ _('Filter Options') }} + + {% with help_url='https://docs.bayanat.org/guide/activity.html', help_title='Activity Monitor' %} + {% include 'admin/partials/contextual_help_fab.html' %} + {% endwith %} diff --git a/enferno/admin/templates/admin/actor-fields.html b/enferno/admin/templates/admin/actor-fields.html index efa3233c3..fc50fe077 100644 --- a/enferno/admin/templates/admin/actor-fields.html +++ b/enferno/admin/templates/admin/actor-fields.html @@ -72,6 +72,9 @@ hide-details v-model="ui.search" clearable>
+ {% with help_url='https://docs.bayanat.org/guide/dynamic-fields.html', help_title='Dynamic Fields' %} + {% include 'admin/partials/contextual_help_fab.html' %} + {% endwith %} -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/enferno/admin/templates/admin/actors.html b/enferno/admin/templates/admin/actors.html index 18446b052..72ae1354f 100644 --- a/enferno/admin/templates/admin/actors.html +++ b/enferno/admin/templates/admin/actors.html @@ -116,6 +116,9 @@ + {% with help_url='https://docs.bayanat.org/guide/actors.html', help_title='Actors' %} + {% include 'admin/partials/contextual_help_fab.html' %} + {% endwith %} {% if current_user.roles_in(['Admin','DA']) %} {{ _('New Actor') }} diff --git a/enferno/admin/templates/admin/bulletin-fields.html b/enferno/admin/templates/admin/bulletin-fields.html index f52e72316..58080c8d3 100644 --- a/enferno/admin/templates/admin/bulletin-fields.html +++ b/enferno/admin/templates/admin/bulletin-fields.html @@ -72,6 +72,9 @@ hide-details v-model="ui.search" clearable>
+ {% with help_url='https://docs.bayanat.org/guide/dynamic-fields.html', help_title='Dynamic Fields' %} + {% include 'admin/partials/contextual_help_fab.html' %} + {% endwith %} -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/enferno/admin/templates/admin/bulletins.html b/enferno/admin/templates/admin/bulletins.html index 0ce557e67..b9216e8a5 100644 --- a/enferno/admin/templates/admin/bulletins.html +++ b/enferno/admin/templates/admin/bulletins.html @@ -94,6 +94,9 @@ > + {% with help_url='https://docs.bayanat.org/guide/bulletins.html', help_title='Bulletins' %} + {% include 'admin/partials/contextual_help_fab.html' %} + {% endwith %} {% if current_user.roles_in(['Admin','DA']) %} {{ _('Event Types') }} + {% with help_url='https://docs.bayanat.org/guide/events.html', help_title='Events' %} + {% include 'admin/partials/contextual_help_fab.html' %} + {% endwith %}
+ {% with help_url='https://docs.bayanat.org/guide/dynamic-fields.html', help_title='Dynamic Fields' %} + {% include 'admin/partials/contextual_help_fab.html' %} + {% endwith %} -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/enferno/admin/templates/admin/incidents.html b/enferno/admin/templates/admin/incidents.html index 047f61920..93ca9a855 100644 --- a/enferno/admin/templates/admin/incidents.html +++ b/enferno/admin/templates/admin/incidents.html @@ -85,6 +85,9 @@ + {% with help_url='https://docs.bayanat.org/guide/incidents.html', help_title='Incidents' %} + {% include 'admin/partials/contextual_help_fab.html' %} + {% endwith %} {% if current_user.roles_in(['Admin','DA']) %} {{ _('New Incident') }} "{{ _('Learn about {topic}') }}".replace("{topic}", topic), support_ : "{{ _('Support') }}", reportABug_ : "{{ _('Report a Bug') }}", logout_ : "{{ _('Logout') }}", @@ -76,6 +77,7 @@ clickRetryOCR_: "{{ _('Click retry to attempt OCR processing again') }}", ocrProcessingFailed_: "{{ _('OCR Processing Failed') }}", retryOCR_: "{{ _('Retry OCR') }}", ocrStatus_: "{{ _('OCR Status') }}", +ocrAndTextExtraction_: "{{ _('OCR & Text Extraction') }}", thisMediaHasBeenMarkedAsUnreadableByAReviewer_: "{{ _('This media has been marked as unreadable by a reviewer') }}", thisMediaWasManuallyTranscribedByAReviewer_: "{{ _('This media was manually transcribed by a reviewer') }}", thisMediaHasBeenReviewedAndAccepted_: "{{ _('This media has been reviewed and accepted') }}", @@ -380,6 +382,7 @@ documentationDate_: "{{ _('Documentation Date') }}", sourceLink_: "{{ _('Source Link') }}", comments_ : "{{ _('Comments') }}", logHistory_: "{{ _('Log History') }}", +revisionHistory_: "{{ _('Revision History') }}", // actors fullName_: "{{ _('Full Name') }}", @@ -842,4 +845,3 @@ translations['whisperModels'] = [ {"en": "{{ model['model_label'] }}", "tr": "{{ _(model['model_label']) }}"}, {% endfor %} ]; - diff --git a/enferno/admin/templates/admin/labels.html b/enferno/admin/templates/admin/labels.html index 7677ac08c..135c6cc99 100644 --- a/enferno/admin/templates/admin/labels.html +++ b/enferno/admin/templates/admin/labels.html @@ -27,6 +27,9 @@ + {% with help_url='https://docs.bayanat.org/guide/labels.html', help_title='Labels' %} + {% include 'admin/partials/contextual_help_fab.html' %} + {% endwith %} diff --git a/enferno/admin/templates/admin/locations.html b/enferno/admin/templates/admin/locations.html index c357a4f62..519ddd23e 100644 --- a/enferno/admin/templates/admin/locations.html +++ b/enferno/admin/templates/admin/locations.html @@ -43,6 +43,9 @@ + {% with help_url='https://docs.bayanat.org/guide/locations.html', help_title='Locations' %} + {% include 'admin/partials/contextual_help_fab.html' %} + {% endwith %} + {% with help_url='https://docs.bayanat.org/guide/ocr.html', help_title='OCR & Text Extraction' %} + {% include 'admin/partials/contextual_help_fab.html' %} + {% endwith %} @@ -551,4 +554,4 @@ window.app = app; }); -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/enferno/admin/templates/admin/partials/actor_dialog.html b/enferno/admin/templates/admin/partials/actor_dialog.html index b550aed39..ea6047d4c 100644 --- a/enferno/admin/templates/admin/partials/actor_dialog.html +++ b/enferno/admin/templates/admin/partials/actor_dialog.html @@ -18,7 +18,10 @@