Moved case distinction on dbsCellTemplate outside in order to have different widgetFiles for course tables and headers
13 lines
359 B
Plaintext
13 lines
359 B
Plaintext
$newline never
|
|
<div .scrolltable>
|
|
<table *{dbsAttrs'}>
|
|
<tbody>
|
|
$if null wRows && (dbsEmptyStyle == DBESHeading)
|
|
<tr .table__row>
|
|
<td .table__td colspan=#{show columnCount}>
|
|
_{dbsEmptyMessage}
|
|
$else
|
|
$forall row <- wRows
|
|
<tr .table__row>
|
|
$forall widget <- row
|
|
^{widget} |