diff --git a/enferno/admin/templates/admin/actor-fields.html b/enferno/admin/templates/admin/actor-fields.html index 8647cf333..5b1e69aac 100644 --- a/enferno/admin/templates/admin/actor-fields.html +++ b/enferno/admin/templates/admin/actor-fields.html @@ -20,7 +20,7 @@ @@ -55,8 +55,8 @@ v-if="showVisualize" :loading="visualizeLoading" variant="elevated" - class="mb-5 mr-5 position-absolute " - style="right: 30px; bottom: 90px; z-index: 1000;" + class="mb-5 me-5 position-absolute " + style="inset-inline-end: 30px; bottom: 90px; z-index: 1000;" icon="mdi-graph" > diff --git a/enferno/admin/templates/admin/bulletin-fields.html b/enferno/admin/templates/admin/bulletin-fields.html index a047aa5ec..79320955e 100644 --- a/enferno/admin/templates/admin/bulletin-fields.html +++ b/enferno/admin/templates/admin/bulletin-fields.html @@ -20,7 +20,7 @@ @@ -108,11 +108,11 @@ @click="webImportDlg = true" color="primary" variant="elevated" + prepend-icon="mdi-web" class="ma-2" > - mdi-web - {{ _('Import from Web') }} - + {{ _('Import from Web') }} + {% endif %} {% endif %} {% include'admin/partials/bulletin_dialog.html' %} @@ -489,7 +489,7 @@ 'content-props': { style: { width: '60%' }, }, - 'content-class': 'absolute left-0', + 'content-class': 'absolute inset-inline-start-0', fullscreen: true, persistent: true, 'no-click-animation': true, @@ -500,7 +500,7 @@ 'content-props': { style: { width: '60%', contain: 'none' }, }, - 'content-class': 'absolute right-0 left-auto', + 'content-class': 'absolute inset-inline-end-0', fullscreen: true, persistent: true, 'no-click-animation': true, diff --git a/enferno/admin/templates/admin/incident-fields.html b/enferno/admin/templates/admin/incident-fields.html index 3743574ed..cbe3bbf00 100644 --- a/enferno/admin/templates/admin/incident-fields.html +++ b/enferno/admin/templates/admin/incident-fields.html @@ -20,7 +20,7 @@ diff --git a/enferno/admin/templates/admin/labels.html b/enferno/admin/templates/admin/labels.html index 567559fa8..ef98a7e80 100644 --- a/enferno/admin/templates/admin/labels.html +++ b/enferno/admin/templates/admin/labels.html @@ -78,7 +78,7 @@ @@ -100,12 +100,14 @@ ${ item.for_bulletin || item.for_actor || item.for_incident || item.for_offline ? 'mdi-label' : 'mdi-folder-outline' }
diff --git a/enferno/admin/templates/admin/partials/actor_drawer.html b/enferno/admin/templates/admin/partials/actor_drawer.html index 15a8b8d86..a8dc6e30c 100644 --- a/enferno/admin/templates/admin/partials/actor_drawer.html +++ b/enferno/admin/templates/admin/partials/actor_drawer.html @@ -2,7 +2,7 @@ v-model="actorDrawer" absolute floating - location="right" + location="end" temporary :width="actorDrawerSettings?.width ?? 520" app @@ -18,4 +18,4 @@ - \ No newline at end of file + diff --git a/enferno/admin/templates/admin/partials/bulk_actor_drawer.html b/enferno/admin/templates/admin/partials/bulk_actor_drawer.html index 5a9b439c0..c7080a636 100644 --- a/enferno/admin/templates/admin/partials/bulk_actor_drawer.html +++ b/enferno/admin/templates/admin/partials/bulk_actor_drawer.html @@ -1,7 +1,7 @@ diff --git a/enferno/admin/templates/admin/partials/bulk_bulletin_drawer.html b/enferno/admin/templates/admin/partials/bulk_bulletin_drawer.html index da1ee8550..167e5ee99 100644 --- a/enferno/admin/templates/admin/partials/bulk_bulletin_drawer.html +++ b/enferno/admin/templates/admin/partials/bulk_bulletin_drawer.html @@ -1,7 +1,7 @@ diff --git a/enferno/admin/templates/admin/partials/bulletin_drawer.html b/enferno/admin/templates/admin/partials/bulletin_drawer.html index eb821108a..aacd8c414 100644 --- a/enferno/admin/templates/admin/partials/bulletin_drawer.html +++ b/enferno/admin/templates/admin/partials/bulletin_drawer.html @@ -2,7 +2,7 @@ v-model="bulletinDrawer" clipped fixed - location="right" + location="end" temporary width="520" app @@ -24,4 +24,4 @@ :bulletin="bulletin"> - \ No newline at end of file + diff --git a/enferno/admin/templates/admin/partials/export_drawer.html b/enferno/admin/templates/admin/partials/export_drawer.html index 93d373c9d..1d605b0aa 100644 --- a/enferno/admin/templates/admin/partials/export_drawer.html +++ b/enferno/admin/templates/admin/partials/export_drawer.html @@ -1,7 +1,7 @@ - \ No newline at end of file + diff --git a/enferno/admin/templates/admin/partials/incident_drawer.html b/enferno/admin/templates/admin/partials/incident_drawer.html index 09abda34f..acb376839 100644 --- a/enferno/admin/templates/admin/partials/incident_drawer.html +++ b/enferno/admin/templates/admin/partials/incident_drawer.html @@ -2,7 +2,7 @@ v-model="incidentDrawer" clipped fixed - location="right" + location="end" temporary width="520" app @@ -18,4 +18,4 @@ - \ No newline at end of file + diff --git a/enferno/admin/templates/admin/partials/location_drawer.html b/enferno/admin/templates/admin/partials/location_drawer.html index c26831fd4..94980fb5e 100644 --- a/enferno/admin/templates/admin/partials/location_drawer.html +++ b/enferno/admin/templates/admin/partials/location_drawer.html @@ -2,7 +2,7 @@ v-model="locationDrawer" clipped fixed - location="right" + location="end" temporary width="520" app @@ -18,4 +18,4 @@ - \ No newline at end of file + diff --git a/enferno/admin/templates/admin/partials/user_drawer.html b/enferno/admin/templates/admin/partials/user_drawer.html index b6c44ada5..b098914ca 100644 --- a/enferno/admin/templates/admin/partials/user_drawer.html +++ b/enferno/admin/templates/admin/partials/user_drawer.html @@ -1,6 +1,6 @@ - \ No newline at end of file + diff --git a/enferno/admin/templates/admin/system-administration.html b/enferno/admin/templates/admin/system-administration.html index c6125575c..7b75db367 100644 --- a/enferno/admin/templates/admin/system-administration.html +++ b/enferno/admin/templates/admin/system-administration.html @@ -1041,7 +1041,7 @@

{{ _('Enable Mail System') }}

- - - - -