Lines 664-670
Link Here
|
664 |
[% IF ComponentParts && ComponentParts.size %] |
664 |
[% IF ComponentParts && ComponentParts.size %] |
665 |
[% WRAPPER tab_panel tabname="components" %] |
665 |
[% WRAPPER tab_panel tabname="components" %] |
666 |
<div class="content_set"> |
666 |
<div class="content_set"> |
667 |
<table> |
667 |
<table role="presentation"> |
668 |
[% FOR PART IN ComponentParts %] |
668 |
[% FOR PART IN ComponentParts %] |
669 |
<tr> |
669 |
<tr> |
670 |
<td> [% PART | $raw %] </td> |
670 |
<td> [% PART | $raw %] </td> |