Difference between revisions of "Widget:DCTList"

From LINKS Community Center
Jump to: navigation, search
Line 619: Line 619:
 
                     }
 
                     }
 
                     if (filter.type.usedByDmo) {
 
                     if (filter.type.usedByDmo) {
                         summaryHtml += '<tr><td><strong>Used by DMO</strong></td><td>'
+
                         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 15:42, 4 October 2022

Development verstion of the DCT List.
Not ready for production!