Notenverwaltung erweitert

This commit is contained in:
aschwarz
2023-04-05 08:51:21 +02:00
parent 7c84c994e8
commit 107fb24ead
14 changed files with 375 additions and 112 deletions

View File

@ -60,7 +60,7 @@
<thead>
<tr>
<th>Titel</th>
<th>Verlag</th>
<th class="d-none d-lg-table-cell">Verlag</th>
<th>Songbook</th>
<th class="d-none d-lg-table-cell"> Lizenzmenge</th>
<th class="d-none d-lg-table-cell">Streamlizenz</th>
@ -71,7 +71,7 @@
{section name=table_data loop=$table_data}
<tr>
<td>{$table_data[table_data].titel}</td>
<td>{$table_data[table_data].verlag}</td>
<td class="d-none d-lg-table-cell">{$table_data[table_data].verlag}</td>
<td>{$table_data[table_data].songbook}</td>
<td class="d-none d-lg-table-cell">{$table_data[table_data].anz_lizenzen}</td>
<td class="d-none d-lg-table-cell">{$table_data[table_data].streamlizenz_vorh}</td>