blob: 2c6ea1653c733ca8e6b9947f9fb4ed93b5f22d3d [file] [log] [blame]
<span jwcid="$content$">
<style type="text/css">
.tableRowsClass { text-align: center }
</style>
<span jwcid="condTable">
<hr />
<!-- This is the simplest way to insert a table - a single line in the template.
Unlike the LocaleList component, the rendering of the table itself is left
to the Table component -->
<table jwcid="table" width="100%"/>
</span>
<!-- This is a block defining how the verbosity column should look like -->
<span jwcid="verbosityColumnValue@Block">
<table class="list">
<tr>
<td jwcid="verbosity"></td>
<td></td>
</tr>
</table>
</span>
<!-- This is a block defining how the remove column should look like -->
<span jwcid="deleteColumnValue@Block">
<a jwcid="directDelete">remove</a>
</span>
</span>