git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3358 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
parent
fd01254e8f
commit
45977fd4de
15 changed files with 86 additions and 52 deletions
|
|
@ -44,7 +44,7 @@
|
|||
<td class="{{ cell_class }}">
|
||||
{% if dayState.isBookable and not is_past_date %}
|
||||
<a href="{{ page.urlPath }}/buchen?pnr={{ dayState.price.id }}&fd={{ dayState.day < 10 ? '0':'' }}{{dayState.day}}{{ calendar[monthIndex]['monthNumber'] < 10 ? '0':'' }}{{calendar[monthIndex]['monthNumber']}}{{calendar[monthIndex]['year']}}"
|
||||
style="color: #5a5a5a;"
|
||||
style="color: #80B176;"
|
||||
rel="nofollow"
|
||||
>
|
||||
{{ dayState.day }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue