Widget: DCTList: Difference between revisions
From LINKS Community Center
Eschmidt (talk | contribs) No edit summary |
Cschwentker (talk | contribs) m (Text replacement - "License model" to "Pricing") |
||
Line 707: | Line 707: | ||
} | } | ||
if (filter.type.businessModel) { | if (filter.type.businessModel) { | ||
summaryHtml += '<tr><td><strong> | summaryHtml += '<tr><td><strong>Pricing</strong></td><td>' | ||
+ (filter.type.businessModel.length > 0 ? filter.type.businessModel.join(', ') : 'none') | + (filter.type.businessModel.length > 0 ? filter.type.businessModel.join(', ') : 'none') | ||
+ '</td></tr>'; | + '</td></tr>'; |
Revision as of 14:26, 3 December 2022
Development verstion of the DCT List.
Not ready for production!