Подсветка выбранной группы на странице выбора старосты

This commit is contained in:
RomanGolienko 2024-12-24 12:27:29 +03:00
parent 4141009137
commit 0729d54148
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
<tbody> <tbody>
{foreach from=$facult_groups key=key item=group} {foreach from=$facult_groups key=key item=group}
<tr> <tr>
<td style="text-align: center"><a href="/modul/attendancelog/headman/add_edit/{$group['id']}/"> <h4>{$group.sokr}</h4></a></td> <td {if isset($smarty.get.id) AND $group['id'] == $smarty.get.id } style="text-align: center; background-color: #dff0d8; " {else} style="text-align: center;" {/if}><a href="/modul/attendancelog/headman/add_edit/{$group['id']}/"> <h4>{$group.sokr}</h4></a></td>
</tr> </tr>
{/foreach} {/foreach}
</tbody> </tbody>