mobile updates
parent
452565943e
commit
54867f1cbc
|
|
@ -421,7 +421,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|||
</div>
|
||||
<div class="level-item">
|
||||
<button class="button is-small is-danger button--deleteContractTypePrint" data-tooltip="Delete" type="button" aria-label="Delete Print">
|
||||
<i class="fas fa-trash" aria-hidden="true"></i>
|
||||
<span class="icon is-small"><i class="fas fa-trash" aria-hidden="true"></i></span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -772,7 +772,7 @@ type ResponseJSON =
|
|||
</div>
|
||||
<div class="level-item">
|
||||
<button class="button is-small is-danger button--deleteContractTypePrint" data-tooltip="Delete" type="button" aria-label="Delete Print">
|
||||
<i class="fas fa-trash" aria-hidden="true"></i>
|
||||
<span class="icon is-small"><i class="fas fa-trash" aria-hidden="true"></i></span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
<span class="icon"><i class="fas fa-fw fa-dollar-sign" aria-hidden="true"></i></span>
|
||||
</div>
|
||||
<div class="column is-hidden-touch">
|
||||
Fee Management
|
||||
Fees
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
|
@ -26,7 +26,7 @@
|
|||
<span class="icon"><i class="fas fa-fw fa-file-signature" aria-hidden="true"></i></span>
|
||||
</div>
|
||||
<div class="column is-hidden-touch">
|
||||
Contract Type Management
|
||||
Contract Types
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
<span class="icon"><i class="fas fa-fw fa-vector-square" aria-hidden="true"></i></span>
|
||||
</div>
|
||||
<div class="column is-hidden-touch">
|
||||
Burial Site Type Management
|
||||
Burial Site Types
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
|
@ -54,7 +54,7 @@
|
|||
<span class="icon"><i class="fas fa-fw fa-table" aria-hidden="true"></i></span>
|
||||
</div>
|
||||
<div class="column is-hidden-touch">
|
||||
Config Table Management
|
||||
Config Tables
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
|
@ -68,7 +68,7 @@
|
|||
<span class="icon"><i class="fas fa-fw fa-database" aria-hidden="true"></i></span>
|
||||
</div>
|
||||
<div class="column is-hidden-touch">
|
||||
Database Maintenance
|
||||
Database
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
|
|
|||
|
|
@ -52,7 +52,8 @@
|
|||
href="<%= urlPrefix %>/burialSites/<%= burialSite.burialSiteId %>/edit"
|
||||
accesskey="e">
|
||||
<span class="icon"><i class="fas fa-pencil-alt" aria-hidden="true"></i></span>
|
||||
<span>Switch to Edit Mode</span>
|
||||
<span class="is-hidden-mobile">Switch to Edit Mode</span>
|
||||
<span class="is-hidden-tablet">Edit</span>
|
||||
</a>
|
||||
</div>
|
||||
<% } %>
|
||||
|
|
|
|||
|
|
@ -56,7 +56,8 @@
|
|||
href="<%= urlPrefix %>/cemeteries/<%= cemetery.cemeteryId %>/edit"
|
||||
accesskey="e">
|
||||
<span class="icon"><i class="fas fa-pencil-alt" aria-hidden="true"></i></span>
|
||||
<span>Switch to Edit Mode</span>
|
||||
<span class="is-hidden-mobile">Switch to Edit Mode</span>
|
||||
<span class="is-hidden-tablet">Edit</span>
|
||||
</a>
|
||||
</div>
|
||||
<% } %>
|
||||
|
|
|
|||
|
|
@ -77,7 +77,8 @@
|
|||
href="<%= urlPrefix %>/contracts/<%= contract.contractId %>/edit"
|
||||
accesskey="e">
|
||||
<span class="icon"><i class="fas fa-pencil-alt" aria-hidden="true"></i></span>
|
||||
<span>Switch to Edit Mode</span>
|
||||
<span class="is-hidden-mobile">Switch to Edit Mode</span>
|
||||
<span class="is-hidden-tablet">Edit</span>
|
||||
</a>
|
||||
</div>
|
||||
<% } %>
|
||||
|
|
|
|||
|
|
@ -277,7 +277,7 @@
|
|||
<% if (user.userProperties.isAdmin) { %>
|
||||
<div class="panel">
|
||||
<div class="panel-heading">
|
||||
<div class="level">
|
||||
<div class="level is-mobile">
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<div class="has-text-weight-bold">
|
||||
|
|
|
|||
|
|
@ -34,7 +34,8 @@
|
|||
href="<%= urlPrefix %>/funeralHomes/<%= funeralHome.funeralHomeId %>/edit"
|
||||
accesskey="e">
|
||||
<span class="icon"><i class="fas fa-pencil-alt" aria-hidden="true"></i></span>
|
||||
<span>Switch to Edit Mode</span>
|
||||
<span class="is-hidden-mobile">Switch to Edit Mode</span>
|
||||
<span class="is-hidden-tablet">Edit</span>
|
||||
</a>
|
||||
</div>
|
||||
<% } %>
|
||||
|
|
|
|||
|
|
@ -76,7 +76,8 @@
|
|||
href="<%= urlPrefix %>/workOrders/<%= workOrder.workOrderId %>/edit"
|
||||
accesskey="e">
|
||||
<span class="icon"><i class="fas fa-pencil-alt" aria-hidden="true"></i></span>
|
||||
<span>Switch to Edit Mode</span>
|
||||
<span class="is-hidden-mobile">Switch to Edit Mode</span>
|
||||
<span class="is-hidden-tablet">Edit</span>
|
||||
</a>
|
||||
<% } %>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue