KKbes
2023-08-07 cbb20845dfa7138819ba7ef1e95a56ce5bdcfcbc
force-app/main/default/pages/ListAssetForHospital.page
@@ -3,6 +3,7 @@
<apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/>
<apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/>
<apex:includeScript value="{!URLFOR($Resource.jqueryTableFix)}"/>
<apex:stylesheet value="{!URLFOR($Resource.StyleUtilCss)}"/>
<script type='text/javascript'>
function searchJs() {
    blockme();
@@ -24,6 +25,17 @@
}
</script>
<style>
body label, .slds-vf-scope label {
    display: inline-block;
    margin-right: 0.75rem;
    font-size: 13px;
    line-height: 1.5;
    color: rgb(68, 68, 68);
}
th {
    font-weight: inherit;
    font-size: 14px;
}
.dateFormat  {
    display: none;
}