Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 246 to main : DO NOT MERGE #197

Merged
merged 2 commits into from
Jul 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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