Änderung BUCHBAR + ANFRAGE / Navigationsbug
git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3434 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
parent
74b1146dd9
commit
f440683f6b
6 changed files with 4505 additions and 4445 deletions
|
|
@ -285,18 +285,18 @@
|
|||
</td>
|
||||
<td data-title="Verfügbarkeit">
|
||||
<div style="">
|
||||
<img src="/images/icons/available-{{ travel_date.effectiveStatus }}.png" style="height: 24px; width: 24px;vertical-align:middle" data-toggle="tooltip" data-placement="top"
|
||||
<img src="/images/icons/available-{{ travel_date.effectiveStatus }}.png" style="height: 24px; width: 24px;vertical-align:middle" alt="">
|
||||
{% if travel_date.effectiveStatus == 0 %}
|
||||
data-original-title="NICHT VERFÜGBAR" alt="NICHT VERFÜGBAR">
|
||||
NICHT VERFÜGBAR
|
||||
{% endif %}
|
||||
{% if travel_date.effectiveStatus == 1 %}
|
||||
data-original-title="WENIGE VERFÜGBAR" alt="WENIGE VERFÜGBAR">
|
||||
BUCHBAR
|
||||
{% endif %}
|
||||
{% if travel_date.effectiveStatus == 2 %}
|
||||
data-original-title="BUCHBAR" alt="BUCHBAR">
|
||||
BUCHBAR
|
||||
{% endif %}
|
||||
{% if travel_date.effectiveStatus == 3 %}
|
||||
data-original-title="GARANTIERT" alt="GARANTIERT">
|
||||
GARANTIERT
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
|
|
@ -306,7 +306,7 @@
|
|||
class="btn btn-primary"
|
||||
rel="nofollow"
|
||||
>
|
||||
Weiter
|
||||
ANFRAGEN
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue