Initial commit
This commit is contained in:
12
pma/templates/table/browse_foreigners/column_element.twig
Normal file
12
pma/templates/table/browse_foreigners/column_element.twig
Normal file
@ -0,0 +1,12 @@
|
||||
<td{{ nowrap ? ' class="nowrap"' }}>
|
||||
{{ is_selected ? '<strong>' }}
|
||||
<a class="foreign_value" data-key="{{ keyname }}" href="#" title="
|
||||
{%- trans 'Use this value' %}{{ title is not empty ? ': ' ~ title }}">
|
||||
{% if nowrap %}
|
||||
{{ keyname }}
|
||||
{% else %}
|
||||
{{ description }}
|
||||
{% endif %}
|
||||
</a>
|
||||
{{ is_selected ? '</strong>' }}
|
||||
</td>
|
Reference in New Issue
Block a user