ConLite/conlite/templates/standard/template.generic_list.html

8 Zeilen
306 B
HTML

<table class="ui-widget" cellspacing="0" cellpadding="{CELLPADDING}" style="border: {BORDER}px; border-color:{BORDERCOLOR}; border-style: solid; border-bottom:0px;border-right:1px;{EXTRA}">
<!-- BEGIN:BLOCK -->
<tr bgcolor="{BGCOLOR}" {EXTRA}>
{ROWS}
</tr>
<!-- END:BLOCK -->
</table>