Widget: DCTList: Difference between revisions
From LINKS Community Center
Eschmidt (talk | contribs) No edit summary |
Eschmidt (talk | contribs) No edit summary |
||
Line 619: | Line 619: | ||
} | } | ||
if (filter.type.usedByDmo) { | if (filter.type.usedByDmo) { | ||
summaryHtml += '<tr><td><strong>Used by | summaryHtml += '<tr><td><strong>Used by practitioners</strong></td><td>' | ||
+ (filter.type.usedByDmo.length > 0 ? filter.type.usedByDmo.join(', ') : 'none') | + (filter.type.usedByDmo.length > 0 ? filter.type.usedByDmo.join(', ') : 'none') | ||
+ '</td></tr>'; | + '</td></tr>'; |
Revision as of 14:42, 4 October 2022
Development verstion of the DCT List.
Not ready for production!