Changes in the lexem list view to display lexem symbol in color.

master
Alenka 7 years ago
parent b4823c5f95
commit 460825b7c6

@ -39,7 +39,7 @@ Slovenski narečni atlas / Slovenian dialectal atlas
<td><?=$i+1?>.</td>
<td><?=$lexem['title']?></td>
<td><?=$lexem['word_title']?> (<?=$lexem['subject_title']?>)</td>
<td class="SIMBola text-center"><?=$lexem['icon']?></td>
<td class="SIMBola text-center"><span style="color:<?=$lexem['icon_color']?>"><?=$lexem['icon']?></span></td>
<td class="text-center"><span class="glyphicon glyphicon-remove text-danger" onclick="if(confirm('Izbriši leksem?')){ajax_lexem_delete(<?=$lexem['id']?>)};event.stopPropagation();"></span></td>
</tr>
<?

Loading…
Cancel
Save