git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3363 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
parent
c2d6038228
commit
98962a2add
3 changed files with 4 additions and 8 deletions
|
|
@ -36,9 +36,7 @@
|
|||
<a href="/" title="Kulturreisen" itemprop="">Kulturreisen</a>
|
||||
</li>
|
||||
<li itemprop="name">
|
||||
<a href="https://www.stern-usedom.de" title="Usedom Ferienwohnungen" itemprop="url"
|
||||
target="_blank" rel="nofollow"
|
||||
>
|
||||
<a href="/ferienwohnungen" title="Usedom Ferienwohnungen" itemprop="">
|
||||
Usedom Ferienwohnungen
|
||||
</a>
|
||||
</li>
|
||||
|
|
@ -82,11 +80,6 @@
|
|||
Reisemagazin
|
||||
</a>
|
||||
</li>
|
||||
<li itemprop="name">
|
||||
<a itemprop="url" href="/ferienwohnungen" title="Ferienwohnungen">
|
||||
Ferienwohnungen
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul><!-- end navbar-left -->
|
||||
|
|
|
|||
|
|
@ -51,6 +51,8 @@
|
|||
</a>
|
||||
{% elseif dayState.day == 0 %}
|
||||
-
|
||||
{% elseif cell_class == '' %}
|
||||
{{ dayState.day }}
|
||||
{% else %}
|
||||
<del>{{ dayState.day }}</del>
|
||||
{% endif %}
|
||||
|
|
|
|||
|
|
@ -531,6 +531,7 @@ jQuery(document).ready(function($) {
|
|||
}
|
||||
return [false, '', '']
|
||||
}
|
||||
return [true, '', ''];
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue