Update website
This commit is contained in:
parent
41ce1aa076
commit
ea0eb1c6e0
4222 changed files with 721797 additions and 14 deletions
|
@ -0,0 +1,12 @@
|
|||
<td{{ nowrap ? ' class="text-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>
|
|
@ -0,0 +1,5 @@
|
|||
{% if foreign_data.disp_row is iterable and
|
||||
(show_all and foreign_data.the_total > max_rows) %}
|
||||
<input class="btn btn-secondary" type="submit" id="foreign_showAll" name="foreign_showAll" value="
|
||||
{%- trans 'Show all' %}">
|
||||
{% endif %}
|
Loading…
Add table
Add a link
Reference in a new issue