update contract icon
parent
9a69c2e6dd
commit
cc79209eb9
|
|
@ -8,6 +8,7 @@ import type {
|
|||
BurialSiteComment,
|
||||
BurialSiteTypeField
|
||||
} from '../../types/recordTypes.js'
|
||||
|
||||
import type { Sunrise } from './types.js'
|
||||
|
||||
declare const cityssm: cityssmGlobal
|
||||
|
|
@ -399,6 +400,7 @@ declare const exports: Record<string, unknown>
|
|||
|
||||
editCloseModalFunction = closeModalFunction
|
||||
},
|
||||
|
||||
onremoved() {
|
||||
bulmaJS.toggleHtmlClipped()
|
||||
}
|
||||
|
|
@ -562,6 +564,7 @@ declare const exports: Record<string, unknown>
|
|||
) as HTMLTextAreaElement
|
||||
).focus()
|
||||
},
|
||||
|
||||
onremoved() {
|
||||
bulmaJS.toggleHtmlClipped()
|
||||
;(
|
||||
|
|
|
|||
|
|
@ -28,9 +28,9 @@ declare const exports: Record<string, unknown>
|
|||
|
||||
function renderBurialSites(rawResponseJSON: unknown): void {
|
||||
const responseJSON = rawResponseJSON as {
|
||||
burialSites: BurialSite[]
|
||||
count: number
|
||||
offset: number
|
||||
burialSites: BurialSite[]
|
||||
}
|
||||
|
||||
if (responseJSON.burialSites.length === 0) {
|
||||
|
|
|
|||
|
|
@ -195,7 +195,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|||
function confirmDoDelete() {
|
||||
bulmaJS.confirm({
|
||||
title: 'Delete Field',
|
||||
message: 'Are you sure you want to delete this field? Note that historical records that make use of this field will not be affected.',
|
||||
message: `Are you sure you want to delete this field?
|
||||
Note that historical records that make use of this field will not be affected.`,
|
||||
contextualColorName: 'warning',
|
||||
okButton: {
|
||||
text: 'Yes, Delete Field',
|
||||
|
|
|
|||
|
|
@ -364,7 +364,8 @@ type ResponseJSON =
|
|||
bulmaJS.confirm({
|
||||
title: 'Delete Field',
|
||||
message:
|
||||
'Are you sure you want to delete this field? Note that historical records that make use of this field will not be affected.',
|
||||
`Are you sure you want to delete this field?
|
||||
Note that historical records that make use of this field will not be affected.`,
|
||||
contextualColorName: 'warning',
|
||||
okButton: {
|
||||
text: 'Yes, Delete Field',
|
||||
|
|
@ -713,6 +714,7 @@ type ResponseJSON =
|
|||
|
||||
bulmaJS.toggleHtmlClipped()
|
||||
},
|
||||
|
||||
onremoved() {
|
||||
bulmaJS.toggleHtmlClipped()
|
||||
}
|
||||
|
|
|
|||
|
|
@ -52,10 +52,7 @@
|
|||
|
||||
<a class="navbar-item" href="<%= urlPrefix %>/contracts" accesskey="2">
|
||||
<span class="icon">
|
||||
<span class="fa-layers fa-fw" aria-hidden="true">
|
||||
<i class="fas fa-vector-square"></i>
|
||||
<i class="fas fa-user" data-fa-transform="shrink-10"></i>
|
||||
</span>
|
||||
<i class="fas fa-file-contract" aria-hidden="true"></i>
|
||||
</span>
|
||||
<span>Contracts</span>
|
||||
</a>
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
aria-label="Contract Type Management">
|
||||
<div class="columns is-1 is-mobile">
|
||||
<div class="column is-narrow">
|
||||
<span class="icon"><i class="fas fa-fw fa-file-signature" aria-hidden="true"></i></span>
|
||||
<span class="icon"><i class="fas fa-fw fa-file-contract" aria-hidden="true"></i></span>
|
||||
</div>
|
||||
<div class="column is-hidden-touch">
|
||||
Contract Types
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
<ul role="presentation">
|
||||
<li class="is-active" role="presentation">
|
||||
<a href="#tab--contractTypes">
|
||||
<i class="fas fa-user-friends" aria-hidden="true"></i>
|
||||
<i class="fas fa-file-contract" aria-hidden="true"></i>
|
||||
<span class="ml-2">Types and Fields</span>
|
||||
</a>
|
||||
</li>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,7 @@
|
|||
<li>
|
||||
<a href="<%= urlPrefix %>/contracts">
|
||||
<span class="icon is-small">
|
||||
<span class="fa-layers fa-fw" aria-hidden="true">
|
||||
<i class="fas fa-vector-square"></i>
|
||||
<i class="fas fa-user" data-fa-transform="shrink-10"></i>
|
||||
</span>
|
||||
<i class="fas fa-file-contract" aria-hidden="true"></i>
|
||||
</span>
|
||||
<span>Contracts</span>
|
||||
</a>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,7 @@
|
|||
<li class="is-active">
|
||||
<a href="#" aria-current="page">
|
||||
<span class="icon is-small">
|
||||
<span class="fa-layers fa-fw" aria-hidden="true">
|
||||
<i class="fas fa-vector-square"></i>
|
||||
<i class="fas fa-user" data-fa-transform="shrink-10"></i>
|
||||
</span>
|
||||
<i class="fas fa-file-contract" aria-hidden="true"></i>
|
||||
</span>
|
||||
<span>Contracts</span>
|
||||
</a>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,7 @@
|
|||
<li>
|
||||
<a href="<%= urlPrefix %>/contracts">
|
||||
<span class="icon is-small">
|
||||
<span class="fa-layers fa-fw" aria-hidden="true">
|
||||
<i class="fas fa-vector-square"></i>
|
||||
<i class="fas fa-user" data-fa-transform="shrink-10"></i>
|
||||
</span>
|
||||
<i class="fas fa-file-contract" aria-hidden="true"></i>
|
||||
</span>
|
||||
<span>Contracts</span>
|
||||
</a>
|
||||
|
|
|
|||
|
|
@ -134,10 +134,7 @@
|
|||
<a class="panel-block" href="<%= urlPrefix %>/contracts">
|
||||
<div class="media">
|
||||
<div class="media-left">
|
||||
<span class="fa-layers fa-4x fa-fw" aria-hidden="true">
|
||||
<i class="fas fa-vector-square"></i>
|
||||
<i class="fas fa-user" data-fa-transform="shrink-10"></i>
|
||||
</span>
|
||||
<i class="fa-solid fa-4x fa-fw fa-file-contract" aria-hidden="true"></i>
|
||||
</div>
|
||||
<div class="media-content">
|
||||
<h2 class="title is-4 mb-0 has-text-link">
|
||||
|
|
@ -315,7 +312,7 @@
|
|||
<div class="media">
|
||||
<div class="media-left">
|
||||
<span class="fa-layers fa-4x fa-fw" aria-hidden="true">
|
||||
<i class="fas fa-user-friends"></i>
|
||||
<i class="fas fa-file-contract"></i>
|
||||
<i class="fas fa-cog" data-fa-transform="shrink-8 right-7 down-5" data-fa-glow="10"></i>
|
||||
</span>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -16,12 +16,9 @@
|
|||
<li>
|
||||
<a href="#tab--contracts" aria-label="Contracts">
|
||||
<span class="icon">
|
||||
<span class="fa-layers fa-fw" aria-hidden="true">
|
||||
<i class="fas fa-vector-square"></i>
|
||||
<i class="fas fa-user" data-fa-transform="shrink-10"></i>
|
||||
</span>
|
||||
<i class="fas fa-file-contract" aria-hidden="true"></i>
|
||||
</span>
|
||||
<span class="is-hidden-touch">Contacts</span>
|
||||
<span class="is-hidden-touch">Contracts</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
|
|
|
|||
Loading…
Reference in New Issue