Changes in the lexem list view to display lexem symbol in color.
This commit is contained in:
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…
Reference in New Issue
Block a user