| Line 260... |
Line 260... |
| 260 |
|
260 |
|
| 261 |
.ps-dim {
|
261 |
.ps-dim {
|
| 262 |
opacity: 0.4;
|
262 |
opacity: 0.4;
|
| 263 |
}
|
263 |
}
|
| 264 |
|
264 |
|
| - |
|
265 |
.ps-code {
|
| - |
|
266 |
font-size: 12px;
|
| - |
|
267 |
font-weight: 600;
|
| - |
|
268 |
color: #1e40af;
|
| - |
|
269 |
background: #eff6ff;
|
| - |
|
270 |
border: 1px solid #bfdbfe;
|
| - |
|
271 |
padding: 3px 10px;
|
| - |
|
272 |
border-radius: 4px;
|
| - |
|
273 |
font-family: monospace;
|
| - |
|
274 |
letter-spacing: 0.3px;
|
| - |
|
275 |
}
|
| - |
|
276 |
|
| 265 |
a {
|
277 |
a {
|
| 266 |
text-decoration: none !important;
|
278 |
text-decoration: none !important;
|
| 267 |
}
|
279 |
}
|
| 268 |
|
280 |
|
| 269 |
.tooltip-arrow,
|
281 |
.tooltip-arrow,
|
| Line 303... |
Line 315... |
| 303 |
#if($serviceIdPartnerServiceMap.get($paymentOption.getId()).getApplicableType()=="YES")
|
315 |
#if($serviceIdPartnerServiceMap.get($paymentOption.getId()).getApplicableType()=="YES")
|
| 304 |
#if($serviceIdPartnerServiceMap.get($paymentOption.getId()).getCode())
|
316 |
#if($serviceIdPartnerServiceMap.get($paymentOption.getId()).getCode())
|
| 305 |
<div class="ps-active-row">
|
317 |
<div class="ps-active-row">
|
| 306 |
<span class="ps-name">$paymentOption.getName()</span>
|
318 |
<span class="ps-name">$paymentOption.getName()</span>
|
| 307 |
<span class="ps-badge ps-badge-active">Active</span>
|
319 |
<span class="ps-badge ps-badge-active">Active</span>
|
| - |
|
320 |
<span class="ps-code">$serviceIdPartnerServiceMap.get($paymentOption.getId()).getCode()</span>
|
| 308 |
<div class="ps-brands">
|
321 |
<div class="ps-brands">
|
| 309 |
#foreach($serviceBrandsConfig in $serviceIdAndServiceBrandsConfigMap.get($paymentOption.getId()))
|
322 |
#foreach($serviceBrandsConfig in $serviceIdAndServiceBrandsConfigMap.get($paymentOption.getId()))
|
| 310 |
#if($serviceBrandIdPartnerBrandServiceMap.get($serviceBrandsConfig.getId()))
|
323 |
#if($serviceBrandIdPartnerBrandServiceMap.get($serviceBrandsConfig.getId()))
|
| 311 |
#if($serviceBrandIdPartnerBrandServiceMap.get($serviceBrandsConfig.getId()).getApplicableType()==
|
324 |
#if($serviceBrandIdPartnerBrandServiceMap.get($serviceBrandsConfig.getId()).getApplicableType()==
|
| 312 |
"YES")
|
325 |
"YES")
|
| Line 383... |
Line 396... |
| 383 |
#if($serviceIdPartnerServiceMap.get($paymentOption.getId()).getApplicableType()=="YES")
|
396 |
#if($serviceIdPartnerServiceMap.get($paymentOption.getId()).getApplicableType()=="YES")
|
| 384 |
#if($serviceIdPartnerServiceMap.get($paymentOption.getId()).getCode())
|
397 |
#if($serviceIdPartnerServiceMap.get($paymentOption.getId()).getCode())
|
| 385 |
## --- Active WITH code ---
|
398 |
## --- Active WITH code ---
|
| 386 |
<div class="ps-active-row">
|
399 |
<div class="ps-active-row">
|
| 387 |
<span class="ps-name">$paymentOption.getName()</span>
|
400 |
<span class="ps-name">$paymentOption.getName()</span>
|
| - |
|
401 |
<span class="ps-code">$serviceIdPartnerServiceMap.get($paymentOption.getId()).getCode()</span>
|
| 388 |
<div class="ps-actions">
|
402 |
<div class="ps-actions">
|
| 389 |
<span class="ps-badge ps-badge-active">Active</span>
|
403 |
<span class="ps-badge ps-badge-active">Active</span>
|
| 390 |
<button class="markNA ps-btn ps-btn-na" data-serviceid="$paymentOption.getId()">Not
|
404 |
<button class="markNA ps-btn ps-btn-na" data-serviceid="$paymentOption.getId()">Not
|
| 391 |
Applicable
|
405 |
Applicable
|
| 392 |
</button>
|
406 |
</button>
|