Skip to content

Commit

Permalink
Update disbursementsCreate.cmp (#197)
Browse files Browse the repository at this point in the history
Co-authored-by: enzigma-pratishtha-upadhyay <[email protected]>
  • Loading branch information
sella24 and enzigma-pratishtha-upadhyay authored Jul 20, 2023
1 parent fbf277d commit 4395fec
Showing 1 changed file with 11 additions and 43 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<div class="slds-section slds-is-open">
<!-- Funding Request Data -->
<h3 class="slds-section__title slds-theme_shade">
<h3 class="slds-section__title">
<span
class="slds-truncate slds-p-horizontal_small"
title="{!$Label.c.disbursementsCreate_FundingRequestInformation}"
Expand All @@ -28,31 +28,19 @@
<div class="slds-section__content">
<div class="slds-grid slds-grid_pull-padded-medium slds-m-bottom_large">
<div
class="
slds-p-horizontal_medium
slds-size_1-of-2
slds-region_narrow
"
class="slds-p-horizontal_medium slds-size_1-of-2 slds-region_narrow"
>
<dl class="slds-dl_inline slds-wrap">
<dt
class="
slds-dl_inline__label
slds-text-color_weak
slds-truncate
"
class="slds-dl_inline__label slds-text-color_weak slds-truncate"
>
{!v.model.request.fundingRequestLabels.Applying_Contact__c}:
</dt>
<dd class="slds-dl_inline__detail slds-truncate">
{!v.model.request.contactName}
</dd>
<dt
class="
slds-dl_inline__label
slds-text-color_weak
slds-truncate
"
class="slds-dl_inline__label slds-text-color_weak slds-truncate"
>
{!v.model.request.fundingRequestLabels.Awarded_Amount__c}:
</dt>
Expand All @@ -66,19 +54,11 @@
</div>

<div
class="
slds-p-horizontal_medium
slds-size_1-of-2
slds-region_narrow
"
class="slds-p-horizontal_medium slds-size_1-of-2 slds-region_narrow"
>
<dl class="slds-dl_inline slds-wrap">
<dt
class="
slds-dl_inline__label
slds-text-color_weak
slds-truncate
"
class="slds-dl_inline__label slds-text-color_weak slds-truncate"
>
{!v.model.request.fundingRequestLabels.Total_Disbursed__c}:
</dt>
Expand All @@ -89,11 +69,7 @@
/>
</dd>
<dt
class="
slds-dl_inline__label
slds-text-color_weak
slds-truncate
"
class="slds-dl_inline__label slds-text-color_weak slds-truncate"
>
{!v.model.request.fundingRequestLabels.Total_Remaining__c}:
</dt>
Expand All @@ -107,11 +83,7 @@
</div>
</div>
<div
class="
slds-grid slds-grid_pull-padded-medium
slds-p-left_large
slds-p-right_large
"
class="slds-grid slds-grid_pull-padded-medium slds-p-left_large slds-p-right_large"
></div>
</div>

Expand All @@ -120,7 +92,7 @@
<aura:iteration items="{!v.model.uiMessages}" var="m">
<ui:message
title="{!m.title}"
severity="{!m.severity}"
class="slds-theme_error"
closable="{!m.closeable}"
>
{!m.message}
Expand All @@ -130,7 +102,7 @@
</div>

<div class="slds-section slds-is-open">
<h3 class="slds-section__title slds-theme_shade">
<h3 class="slds-section__title">
<span
class="slds-truncate slds-p-horizontal_small"
title="{!$Label.c.disbursementsCreate_CalculateDisbursements}"
Expand Down Expand Up @@ -231,11 +203,7 @@

<!-- Footer -->
<div
class="
slds-section slds-is-open
slds-text-align--center
slds-m-top--medium
"
class="slds-section slds-is-open slds-text-align--center slds-m-top--medium"
>
<lightning:button
label="{!$Label.c.Cancel}"
Expand Down

0 comments on commit 4395fec

Please sign in to comment.