Passolution

This commit is contained in:
Kevin Adametz 2020-10-16 16:18:57 +02:00
parent 0fbc50a168
commit 50d7004652
10 changed files with 54 additions and 108 deletions

View file

@ -85,7 +85,7 @@
{% for image in lodgingGroup.images %}
{% if image.comp == 'post' %}
<tr>
<td><img src="{{ asset('uploads/images/' ~ image.file) }}" alt="{{ image.description }}" style="height:80px;" ></td>
<td><img src="{{ asset('_uploads/images/' ~ image.file) }}" alt="{{ image.description }}" style="height:80px;" ></td>
<td>{{ image.pos }}</td>
<td>{{ image.fileName }}</td>
<td>{{ image.description }}</td>

View file

@ -668,9 +668,11 @@
</a>
<div id="collapse_entry_{{ currentIndex }}" class="panel-collapse collapse acc_nationality_panel" aria-expanded="true" style="">
<div class="panel-body set_nationality_country_text" style="height: 300px; overflow: hidden; overflow-y: scroll">
<hr>
</div>
<div class="set_nationality_country_url" style="padding-top: 0.5em">
</div>
</div>
</div>
</div><!-- accordion -->