Подсветка выбранной группы на странице выбора старосты
This commit is contained in:
parent
4141009137
commit
0729d54148
|
@ -40,7 +40,7 @@
|
|||
<tbody>
|
||||
{foreach from=$facult_groups key=key item=group}
|
||||
<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>
|
||||
{/foreach}
|
||||
</tbody>
|
||||
|
|
Loading…
Reference in New Issue