Fix typos
This commit is contained in:
@@ -63,7 +63,7 @@ class Hotel extends AbstractEntity implements TeaserInterface
|
|||||||
0 => 'Unbestimmt',
|
0 => 'Unbestimmt',
|
||||||
self::TYPE_HOLIDAY_FLAT => 'Ferienwohnung',
|
self::TYPE_HOLIDAY_FLAT => 'Ferienwohnung',
|
||||||
self::TYPE_SPORTS_CLUB => 'Sportclub',
|
self::TYPE_SPORTS_CLUB => 'Sportclub',
|
||||||
self::TYPE_APPARTMENT => 'Appartment',
|
self::TYPE_APPARTMENT => 'Apartment',
|
||||||
self::TYPE_GUESTHOUSE => 'Gästehaus',
|
self::TYPE_GUESTHOUSE => 'Gästehaus',
|
||||||
self::TYPE_PENSION => 'Pension',
|
self::TYPE_PENSION => 'Pension',
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -193,7 +193,7 @@
|
|||||||
<numIndex index="1">2</numIndex>
|
<numIndex index="1">2</numIndex>
|
||||||
</numIndex>
|
</numIndex>
|
||||||
<numIndex index="2" type="array">
|
<numIndex index="2" type="array">
|
||||||
<numIndex index="0">Appartment</numIndex>
|
<numIndex index="0">Apartment</numIndex>
|
||||||
<numIndex index="1">3</numIndex>
|
<numIndex index="1">3</numIndex>
|
||||||
</numIndex>
|
</numIndex>
|
||||||
<numIndex index="3" type="array">
|
<numIndex index="3" type="array">
|
||||||
|
|||||||
+1
-1
@@ -152,7 +152,7 @@
|
|||||||
<numIndex index="1">2</numIndex>
|
<numIndex index="1">2</numIndex>
|
||||||
</numIndex>
|
</numIndex>
|
||||||
<numIndex index="2" type="array">
|
<numIndex index="2" type="array">
|
||||||
<numIndex index="0">Appartment</numIndex>
|
<numIndex index="0">Apartment</numIndex>
|
||||||
<numIndex index="1">3</numIndex>
|
<numIndex index="1">3</numIndex>
|
||||||
</numIndex>
|
</numIndex>
|
||||||
<numIndex index="3" type="array">
|
<numIndex index="3" type="array">
|
||||||
|
|||||||
+2
-2
@@ -251,7 +251,7 @@ return [
|
|||||||
],
|
],
|
||||||
'room_types' => [
|
'room_types' => [
|
||||||
'exclude' => 0,
|
'exclude' => 0,
|
||||||
'label' => 'Zimmerarten/Appartmentbeschreibung',
|
'label' => 'Zimmerarten/Apartmentbeschreibung',
|
||||||
'config' => [
|
'config' => [
|
||||||
'type' => 'text',
|
'type' => 'text',
|
||||||
'cols' => 40,
|
'cols' => 40,
|
||||||
@@ -452,7 +452,7 @@ return [
|
|||||||
['Unbestimmt', 0],
|
['Unbestimmt', 0],
|
||||||
['Ferienwohnung', \EP\EpProducts\Domain\Model\Hotel::TYPE_HOLIDAY_FLAT],
|
['Ferienwohnung', \EP\EpProducts\Domain\Model\Hotel::TYPE_HOLIDAY_FLAT],
|
||||||
['Sportclub', \EP\EpProducts\Domain\Model\Hotel::TYPE_SPORTS_CLUB],
|
['Sportclub', \EP\EpProducts\Domain\Model\Hotel::TYPE_SPORTS_CLUB],
|
||||||
['Appartment', \EP\EpProducts\Domain\Model\Hotel::TYPE_APPARTMENT],
|
['Apartment', \EP\EpProducts\Domain\Model\Hotel::TYPE_APPARTMENT],
|
||||||
['Gästehaus', \EP\EpProducts\Domain\Model\Hotel::TYPE_GUESTHOUSE],
|
['Gästehaus', \EP\EpProducts\Domain\Model\Hotel::TYPE_GUESTHOUSE],
|
||||||
['Pension', \EP\EpProducts\Domain\Model\Hotel::TYPE_PENSION],
|
['Pension', \EP\EpProducts\Domain\Model\Hotel::TYPE_PENSION],
|
||||||
],
|
],
|
||||||
|
|||||||
+1
@@ -0,0 +1 @@
|
|||||||
|
|
||||||
@@ -71,11 +71,11 @@
|
|||||||
<f:if condition="{bars}">
|
<f:if condition="{bars}">
|
||||||
<f:then>
|
<f:then>
|
||||||
<div class="headerbar">
|
<div class="headerbar">
|
||||||
Appartments
|
Apartments
|
||||||
</div>
|
</div>
|
||||||
</f:then>
|
</f:then>
|
||||||
<f:else>
|
<f:else>
|
||||||
<h2>Appartments</h2>
|
<h2>Apartments</h2>
|
||||||
</f:else>
|
</f:else>
|
||||||
</f:if>
|
</f:if>
|
||||||
</f:if>
|
</f:if>
|
||||||
|
|||||||
@@ -105,7 +105,7 @@
|
|||||||
<div class="well">{hotel.features -> f:format.html()}</div>
|
<div class="well">{hotel.features -> f:format.html()}</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label class="control-label">Zimmerarten/Appartmentbeschreibung</label>
|
<label class="control-label">Zimmerarten/Apartmentbeschreibung</label>
|
||||||
<div class="well">{hotel.roomtypes -> f:format.html()}</div>
|
<div class="well">{hotel.roomtypes -> f:format.html()}</div>
|
||||||
</div>
|
</div>
|
||||||
<h4>Termine, Zimmer, Leistungen und Zustiege</h4>
|
<h4>Termine, Zimmer, Leistungen und Zustiege</h4>
|
||||||
|
|||||||
Reference in New Issue
Block a user