From 645dc30f2594b2494875c815a1a3f4ec171b0f0d Mon Sep 17 00:00:00 2001 From: Dinesh Date: Thu, 9 Nov 2023 14:50:21 +0545 Subject: [PATCH] Add css in Dashbord --- .../CustomerOnlineV2/Views/Home/Index.cshtml | 44 +++++++++---------- .../ViewReceiverList.cshtml | 10 ++--- .../Views/Transaction/ViewAllTxn.cshtml | 12 ++--- 3 files changed, 33 insertions(+), 33 deletions(-) diff --git a/CustomerOnlineV2/CustomerOnlineV2/Views/Home/Index.cshtml b/CustomerOnlineV2/CustomerOnlineV2/Views/Home/Index.cshtml index 59e7406..ea91f3c 100644 --- a/CustomerOnlineV2/CustomerOnlineV2/Views/Home/Index.cshtml +++ b/CustomerOnlineV2/CustomerOnlineV2/Views/Home/Index.cshtml @@ -98,14 +98,14 @@ =============================== -->
-
S.N
-
Date
-
Payment Mode
-
Receiver Name
-
Reference Number
-
Status
-
Send Amount
-
Recieve Amount
+
S.N
+
Date
+
Payment Mode
+
Receiver Name
+
Reference Number
+
Status
+
Send Amount
+
Recieve Amount
@@ -212,12 +212,12 @@ =============================== -->
-
S.N
-
Name
-
Send Transaction
-
Country
-
Transaction Type
-
Actions
+
S.N
+
Name
+
Send Transaction
+
Country
+
Transaction Type
+
Actions
@@ -440,21 +440,21 @@ row += `
`; row += '
'; - row += `
${i + 1}
`; + row += `
${i + 1}
`; row += `
${d['transactionDay']}${d['transactionMonth']}
`; - row += `
${d['pBankName']}${d['paymentMethod']}
`; - row += `
${d['receiverName']}
`; - row += `
${d['controlNo']}
`; + row += `
${d['pBankName']}${d['paymentMethod']}
`; + row += `
${d['receiverName']}
`; + row += `
${d['controlNo']}
`; if (d['status'].toLowerCase() == 'paid') { - row += `
Paid
`; + row += `
Paid
`; } else if (d['status'].toLowerCase() == 'cancel') { - row += `
Cancel
`; + row += `
Cancel
`; } else if (d['status'].toLowerCase() == 'processing') { - row += `
PROCESSING
`; + row += `
PROCESSING
`; } else - row += `
${d['status']}
`; + row += `
${d['status']}
`; row += `
${d['cAmt']}(${d['collCurr']})
`; // row += `
-${d['amount']}(${d['pCurrency']})
`; //row += `
${d['amount']}(${d['pCurrency']})
`; diff --git a/CustomerOnlineV2/CustomerOnlineV2/Views/ReceiverInformation/ViewReceiverList.cshtml b/CustomerOnlineV2/CustomerOnlineV2/Views/ReceiverInformation/ViewReceiverList.cshtml index e1a595c..c2e6764 100644 --- a/CustomerOnlineV2/CustomerOnlineV2/Views/ReceiverInformation/ViewReceiverList.cshtml +++ b/CustomerOnlineV2/CustomerOnlineV2/Views/ReceiverInformation/ViewReceiverList.cshtml @@ -45,11 +45,11 @@ =============================== -->
-
S.N
-
Name
-
Re-Send
-
Country
-
Transaction Type
+
S.N
+
Name
+
Re-Send
+
Country
+
Transaction Type
diff --git a/CustomerOnlineV2/CustomerOnlineV2/Views/Transaction/ViewAllTxn.cshtml b/CustomerOnlineV2/CustomerOnlineV2/Views/Transaction/ViewAllTxn.cshtml index 6ffd33a..a0cb9df 100644 --- a/CustomerOnlineV2/CustomerOnlineV2/Views/Transaction/ViewAllTxn.cshtml +++ b/CustomerOnlineV2/CustomerOnlineV2/Views/Transaction/ViewAllTxn.cshtml @@ -42,12 +42,12 @@ =============================== -->
-
S.N
-
Receiver Details
-
Amount
-
Repeat
-
Country
-
Transaction Type
+
S.N
+
Receiver Details
+
Amount
+
Repeat
+
Country
+
Transaction Type